File tree 4 files changed +6
-4605
lines changed
4 files changed +6
-4605
lines changed Original file line number Diff line number Diff line change 14
14
"@rispa/babel" : " 4.2.x" ,
15
15
"@webpack-blocks/webpack2" : " ^0.4.0" ,
16
16
"babel-core" : " ^6.26.0" ,
17
- "babel-loader" : " ^ 7.1.2 " ,
17
+ "babel-loader" : " 7.1.1 " ,
18
18
"babel-preset-env" : " ^1.6.1" ,
19
19
"babel-polyfill" : " ^6.26.0" ,
20
- "happypack" : " ^4.0.0"
20
+ "happypack" : " ^4.0.1" ,
21
+ "webpack" : " 2.7.0"
21
22
},
22
23
"scripts" : {
23
24
"lint" : " rispa-eslint ." ,
24
25
"lint:fix" : " rispa-eslint . --fix"
25
26
}
26
- }
27
+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const { PluginInstance } = require('@rispa/core')
2
2
const HappyPack = require ( 'happypack' )
3
3
const WebpackPluginApi = require ( '@rispa/webpack' )
4
4
const BabelPluginApi = require ( '@rispa/babel' ) . default
5
- const babelConfig = require ( './configs/babel-options ' )
5
+ const babelConfig = require ( './configs/babel.config ' )
6
6
const clientWebpackConfig = require ( './configs/client.wpc' )
7
7
8
8
const getJavaScriptLoader = context => ( {
@@ -35,7 +35,7 @@ class WebpackJavaScriptPlugin extends PluginInstance {
35
35
36
36
const config = this . createWebpackConfig ( )
37
37
38
- this . webpack . addClientConfig ( config , clientWebpackConfig )
38
+ this . webpack . addClientConfig ( clientWebpackConfig )
39
39
this . webpack . addCommonConfig ( config )
40
40
}
41
41
File renamed without changes.
You can’t perform that action at this time.
0 commit comments