mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
const webpack = require('webpack');
|
|
|
|
module.exports = {
|
|
plugins: [new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)]
|
|
};
|