Skip to content

Commit 8822cf1

Browse files
committed
Resolve build errors from babel-polyfill
1 parent d9c0d32 commit 8822cf1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"testing",
1313
"a11y"
1414
],
15-
"script": {
15+
"scripts": {
1616
"test": "gulp build-dev && ./node_modules/.bin/karma start --single-run"
1717
},
1818
"author": "Cameron Cundiff",

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ var path = require("path");
22

33
module.exports = {
44
entry: [
5-
"babel-polyfill",
65
"./src/index",
76
],
87
output: {

0 commit comments

Comments
 (0)