Switch i18n provider

This commit is contained in:
Dane Everitt 2018-12-29 16:11:49 -08:00
parent ed5ebe9155
commit ce949ba920
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 25 additions and 19 deletions

View file

@ -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',