mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Switched to val-loader and compiling MetaConfig
This commit is contained in:
@@ -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/,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user