Skip to content

Commit e5c8f41

Browse files
author
Dennis Coorn
authored
Merge pull request #11 from leviy/fix/webpack-config-dependency-upgrade
This module is now using our mirrored version of the 'webpack-config' module
2 parents 30a4370 + 1277805 commit e5c8f41

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"homepage": "https://github.com/leviy/webpack-config-default/",
99
"dependencies": {
10+
"@leviy/webpack-config": "^8.0",
1011
"autoprefixer": "^9.6",
1112
"babel-loader": "^8.0",
1213
"css-loader": "^3.1",
@@ -15,19 +16,17 @@
1516
"postcss-loader": "^3.0",
1617
"sass-loader": "^7.1",
1718
"twigjs-loader": "^1.0",
18-
"webpack-config": "^7.5",
1919
"webpack-manifest-plugin": "^2.0"
2020
},
2121
"devDependencies": {
2222
"node-sass": "^4.12",
2323
"webpack": "^4.39",
24-
"webpack-cli": "^3.3",
25-
"webpack-config": "^7.5"
24+
"webpack-cli": "^3.3"
2625
},
2726
"peerDependencies": {
27+
"@leviy/webpack-config": "^8.0",
2828
"node-sass": "^4.12",
2929
"webpack": "^4.39",
30-
"webpack-cli": "^3.3",
31-
"webpack-config": "^7.5"
30+
"webpack-cli": "^3.3"
3231
}
3332
}

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { Config, environment } = require('webpack-config');
1+
const { Config, environment } = require('@leviy/webpack-config');
22

33
const path = require('path');
44
const webpack = require('webpack');

0 commit comments

Comments
 (0)