filemanager-webpack-plugin
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "filemanager-webpack-plugin", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "This Webpack plugin allows you to copy, move, delete files and directories before and after builds", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -15,11 +15,2 @@ import babel from 'rollup-plugin-babel'; | ||
] | ||
], | ||
"plugins": [ | ||
"external-helpers", | ||
["transform-runtime", { | ||
"helpers": false, | ||
"polyfill": false, | ||
"regenerator": true, | ||
"moduleName": "rollup-regenerator-runtime" | ||
}] | ||
] | ||
@@ -26,0 +17,0 @@ }), |
28247
469