hizkuntza aldatzen du
This commit is contained in:
16
back/src/admin/app.js
Normal file
16
back/src/admin/app.js
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
module.exports = {
|
||||||
|
// Custom webpack config
|
||||||
|
webpack: (config, webpack) => {
|
||||||
|
// Note: we provide webpack above so you should not `require` it
|
||||||
|
// Perform customizations to webpack config
|
||||||
|
// Important: return the mutated config
|
||||||
|
return config;
|
||||||
|
},
|
||||||
|
|
||||||
|
// App customizations
|
||||||
|
app: (config) => {
|
||||||
|
config.locales = ["es", "en"];
|
||||||
|
|
||||||
|
return config;
|
||||||
|
},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user