Skip to content

Commit

Permalink
Updated asset file names
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Oct 5, 2023
1 parent 5e4e62a commit 1fd505b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var webpackConfig = {
output: {
path: config.distFolder,
filename: '[name].js',
assetModuleFilename: '../assets/[name][ext][query]'
},
mode: config.isProd ? "production" : "development",
resolve: {
Expand Down

0 comments on commit 1fd505b

Please sign in to comment.