Skip to content

Commit

Permalink
Merge pull request #11 from leviy/fix/webpack-config-dependency-upgrade
Browse files Browse the repository at this point in the history
This module is now using our mirrored version of the 'webpack-config' module
  • Loading branch information
denniscoorn authored Jan 15, 2021
2 parents 30a4370 + 1277805 commit e5c8f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"homepage": "https://github.com/leviy/webpack-config-default/",
"dependencies": {
"@leviy/webpack-config": "^8.0",
"autoprefixer": "^9.6",
"babel-loader": "^8.0",
"css-loader": "^3.1",
Expand All @@ -15,19 +16,17 @@
"postcss-loader": "^3.0",
"sass-loader": "^7.1",
"twigjs-loader": "^1.0",
"webpack-config": "^7.5",
"webpack-manifest-plugin": "^2.0"
},
"devDependencies": {
"node-sass": "^4.12",
"webpack": "^4.39",
"webpack-cli": "^3.3",
"webpack-config": "^7.5"
"webpack-cli": "^3.3"
},
"peerDependencies": {
"@leviy/webpack-config": "^8.0",
"node-sass": "^4.12",
"webpack": "^4.39",
"webpack-cli": "^3.3",
"webpack-config": "^7.5"
"webpack-cli": "^3.3"
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { Config, environment } = require('webpack-config');
const { Config, environment } = require('@leviy/webpack-config');

const path = require('path');
const webpack = require('webpack');
Expand Down

0 comments on commit e5c8f41

Please sign in to comment.