chushihua
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
module: {
|
||||
rules: [{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules|web_modules/,
|
||||
use: [{
|
||||
loader: 'babel-loader'
|
||||
}]
|
||||
}]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user