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 53a6483 commit 3674aadCopy full SHA for 3674aad
package.json
@@ -20,6 +20,7 @@
20
"glob": "^7.1.1",
21
"gunzip-maybe": "^1.4.0",
22
"hash-for-dep": "^1.2.3",
23
+ "imports-loader": "^0.8.0",
24
"ini": "^1.3.4",
25
"inquirer": "^3.0.1",
26
"invariant": "^2.2.0",
scripts/build-webpack.js
@@ -34,6 +34,10 @@ const compiler = webpack({
34
exclude: /node_modules/,
35
loader: 'babel-loader',
36
},
37
+ {
38
+ test: /rx\.lite\.aggregates\.js/,
39
+ use: 'imports-loader?define=>false'
40
+ },
41
],
42
43
plugins: [
0 commit comments