remove elliptic precomputed folder

This commit is contained in:
ateev 2017-05-05 02:14:25 +05:30
parent 68880bc9f8
commit 3fbccff936

View file

@ -74,6 +74,7 @@ export default async function createCompiler (dir, { dev = false, quiet = false,
}
const plugins = [
new webpack.IgnorePlugin(/(precomputed)/, /node_modules.+(elliptic)/),
new webpack.LoaderOptionsPlugin({
options: {
context: dir,