Skip to content

Commit 6e56cfa

Browse files
authored
Merge pull request #96 from developit/fix-ie
Fix untransformed loader
2 parents cb10619 + 79186ad commit 6e56cfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"test": "npm run build && karmatic && NODE_ENV=production karmatic -p",
1212
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1313
},
14+
"browserslist": [
15+
"IE 10"
16+
],
1417
"eslintConfig": {
1518
"extends": "eslint-config-developit",
1619
"rules": {

0 commit comments

Comments
 (0)