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