Skip to content

Commit

Permalink
Remove babel-polyfill dependency
Browse files Browse the repository at this point in the history
We're running tests in NW.js now and don't need polyfills anymore
  • Loading branch information
bastimeyer committed Nov 22, 2016
1 parent 1db267d commit 558576c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"extract-text-webpack-plugin": "1.0.1",
"babel-loader": "6.2.5",
"babel-core": "6.13.2",
"babel-polyfill": "6.13.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.11.5",
"babel-plugin-transform-es2015-shorthand-properties": "6.8.0",
"babel-plugin-transform-es2015-block-scoping": "6.10.1",
Expand Down
1 change: 0 additions & 1 deletion src/test/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {} from "Shim";
import QUnit, {
config
} from "QUnit";
Expand Down
4 changes: 0 additions & 4 deletions src/test/web_modules/Shim.js

This file was deleted.

0 comments on commit 558576c

Please sign in to comment.