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