Skip to content

Commit 79186ad

Browse files
authored
Fix untransformed loader
This should fix the issue noted in #95.
1 parent cb10619 commit 79186ad

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)