Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 363e98b

Browse files
committed
fix(minim): build with minim dist browser bundle
Using the minim v0.23.3 which now supports IE 11.
1 parent c504d53 commit 363e98b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"json-formatter-js": "^2.0.0",
104104
"lodash": "^4.17.4",
105105
"marked": "^0.3.6",
106-
"minim": "=0.23.1",
106+
"minim": "=0.23.3",
107107
"minim-parse-result": "=0.11.0",
108108
"mocha": "^3.2.0",
109109
"mson-zoo": "3.0.0-beta.1",

webpack/base.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export default {
2121
'.jsx',
2222
'.svg',
2323
],
24+
25+
alias: {
26+
minim: path.resolve(__dirname, '../node_modules/minim/dist/minim.js'),
27+
},
2428
},
2529

2630
resolveLoader: {

0 commit comments

Comments
 (0)