🦜
Size: a a a
🦜
🦜
AD
AD
AD
MS
new webpack.ContextReplacementPlugin(/moment[/\\]locale$/, /ru/),
AD
🦜
AD
new webpack.ContextReplacementPlugin(/moment[/\\]locale$/, /ru/),
MS
/ru|en-gb/
.
const backend = {
target: 'node',
mode: 'development',
context: root,
entry: path.resolve(root, 'app', 'index.html'),
output: {
path: path.resolve(root, 'bundle'),
publicPath: '/',
filename: 'bundleServ.js'
},
module: {
rules: [
]
}
};
AD
MS
AD
.
const backend = {
target: 'node',
mode: 'development',
context: root,
entry: path.resolve(root, 'app', 'index.html'),
output: {
path: path.resolve(root, 'bundle'),
publicPath: '/',
filename: 'bundleServ.js'
},
module: {
rules: [
]
}
};
MS
AS
AS
AS