Switch i18n provider
This commit is contained in:
parent
ed5ebe9155
commit
ce949ba920
4 changed files with 25 additions and 19 deletions
|
@ -74,7 +74,7 @@ module.exports = {
|
|||
hints: false,
|
||||
},
|
||||
// Passing an array loads them all but only exports the last.
|
||||
entry: ['./resources/assets/styles/main.css', './resources/assets/scripts/app.js'],
|
||||
entry: ['./resources/assets/styles/main.css', './resources/assets/scripts/app.ts'],
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'public/assets'),
|
||||
filename: 'bundle-[hash].js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue