Skip to content
Snippets Groups Projects
Commit 70eb75b7 authored by syuilo's avatar syuilo
Browse files

Update webpack.config.ts

parent 2f6187a2
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,6 @@ module.exports = {
_DATA_TRANSFER_DECK_COLUMN_: JSON.stringify('mk_deck_column'),
__VUE_OPTIONS_API__: true,
__VUE_PROD_DEVTOOLS__: false,
__VUE_I18N_LEGACY_API__: false,
}),
new VueLoaderPlugin(),
new WebpackOnBuildPlugin((stats: any) => {
......@@ -150,7 +149,8 @@ module.exports = {
output: {
path: __dirname + '/built/client/assets',
filename: `[name].${meta.version}.js`,
publicPath: `/assets/`
publicPath: `/assets/`,
pathinfo: false,
},
resolve: {
extensions: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment