Skip to content

Commit

Permalink
productionビルドでおかしいのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Oct 27, 2020
1 parent 69951a0 commit 922b98e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ module.exports = {
for (const [lang, locale] of Object.entries(locales))
fs.writeFileSync(`./built/client/assets/locales/${lang}.json`, JSON.stringify(locale), 'utf-8');
}),
new VueLoaderPlugin(),
new webpack.optimize.ModuleConcatenationPlugin()
new VueLoaderPlugin()
],
output: {
path: __dirname + '/built/client/assets',
Expand Down

0 comments on commit 922b98e

Please sign in to comment.