Skip to content

Commit 318ff51

Browse files
committed
Remove unused exports-loader
1 parent 299b06f commit 318ff51

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"eslint-config-th0r": "2.0.0",
6969
"eslint-config-th0r-react": "2.0.1",
7070
"eslint-plugin-react": "7.23.2",
71-
"exports-loader": "3.0.0",
7271
"filesize": "^6.3.0",
7372
"globby": "11.0.3",
7473
"gulp": "4.0.2",

webpack.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ module.exports = opts => {
115115
{
116116
test: /\.(png|jpg|gif|svg|eot|ttf|woff|woff2)$/u,
117117
loader: 'url-loader'
118-
},
119-
{
120-
test: /carrotsearch\.foamtree/u,
121-
loader: 'exports-loader',
122-
options: {
123-
type: 'commonjs',
124-
exports: 'single window.CarrotSearchFoamTree'
125-
}
126118
}
127119
]
128120
},

0 commit comments

Comments
 (0)