Skip to content

Commit

Permalink
refactor: updated webpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Mar 20, 2021
1 parent 8c01830 commit 02697b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
"scriptjs": "^2.5.8",
"scroll-js": "^2.2.0",
"skatejs": "^5.2.4",
"webpack": "^4.41.2",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^6.0.0",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^3.0.0",
"ts-loader": "^8.0.18",
"webpack": "^5.25.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3",
"wolfy87-eventemitter": "^5.2.6",
Expand Down
1 change: 0 additions & 1 deletion packages/uikit-workshop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ module.exports = function(apiConfig) {
output: {
path: path.resolve(config.rootDir, `${config.buildDir}/styleguide`),
publicPath: `${config.publicPath}`,
filename: '[name].js',
chunkFilename: `js/[name]-chunk-[chunkhash].js`,
},
module: {
Expand Down

0 comments on commit 02697b9

Please sign in to comment.