We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c0d32 commit 8822cf1Copy full SHA for 8822cf1
package.json
@@ -12,7 +12,7 @@
12
"testing",
13
"a11y"
14
],
15
- "script": {
+ "scripts": {
16
"test": "gulp build-dev && ./node_modules/.bin/karma start --single-run"
17
},
18
"author": "Cameron Cundiff",
webpack.config.js
@@ -2,7 +2,6 @@ var path = require("path");
2
3
module.exports = {
4
entry: [
5
- "babel-polyfill",
6
"./src/index",
7
8
output: {
0 commit comments