Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit b9c8800

Browse files
author
Daniel Brain
committed
Add IE builds to webpack config
1 parent ae7959c commit b9c8800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ export let WEBPACK_CONFIG_TEST = getWebpackConfig({
5959
}
6060
});
6161

62-
export default [ WEBPACK_CONFIG, WEBPACK_CONFIG_MIN ];
62+
export default [ WEBPACK_CONFIG, WEBPACK_CONFIG_MIN, WEBPACK_CONFIG_IE, WEBPACK_CONFIG_IE_MIN ];

0 commit comments

Comments
 (0)