Switched to val-loader and compiling MetaConfig

This commit is contained in:
n1474335 2017-09-17 13:47:33 +01:00
parent cb6708c02e
commit c93edec55b
12 changed files with 226 additions and 762 deletions

View file

@ -56,6 +56,10 @@ module.exports = {
exclude: /node_modules/,
loader: "babel-loader?compact=false"
},
{
test: /MetaConfig\.js$/,
loader: "val-loader"
},
{
test: /\.css$/,
use: ExtractTextPlugin.extract({
@ -102,6 +106,8 @@ module.exports = {
},
stats: {
children: false,
warningsFilter: /source-map/
}
chunks: false,
modules: false,
warningsFilter: /source-map/,
},
};