File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ process.env.BABEL_ENV = 'production';
16
16
17
17
const root = '../..' ;
18
18
19
- const config = validate ( merge ( baseConfig , {
19
+ const config = merge ( baseConfig , {
20
20
devtool : 'cheap-module-source-map' ,
21
21
22
22
output : {
@@ -45,7 +45,7 @@ const config = validate(merge(baseConfig, {
45
45
} ,
46
46
{
47
47
test : require . resolve ( `${ root } /app/index.js` ) ,
48
- loader : 'imports?offlineRuntime=offline-plugin/runtime'
48
+ loader : 'imports-loader ?offlineRuntime=offline-plugin/runtime'
49
49
}
50
50
51
51
]
@@ -123,15 +123,6 @@ const config = validate(merge(baseConfig, {
123
123
}
124
124
} )
125
125
]
126
- } ) , {
127
- schemaExtension : Joi . object ( {
128
- sassLoader : Joi . any ( ) ,
129
- toolbox : Joi . any ( ) ,
130
- resolve : {
131
- modules : Joi . any ( )
132
- }
133
- } )
134
- }
135
- ) ;
126
+ } ) ;
136
127
137
128
module . exports = config ;
You can’t perform that action at this time.
0 commit comments