fix dialog polyfill usage

This commit is contained in:
Denys Vuika
2016-12-16 14:25:06 +00:00
parent 12b361acc8
commit a511c0fd69
5 changed files with 4 additions and 8 deletions

View File

@@ -106,10 +106,6 @@ module.exports = {
plugins: [
new webpack.ProvidePlugin({
'dialogPolyfill': 'dialog-polyfill/dialog-polyfill'
}),
new CopyWebpackPlugin([
{ from: 'versions.json' }
]),