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 cb4854a commit 69eab86Copy full SHA for 69eab86
build/karma.base.config.js
@@ -3,9 +3,7 @@ var webpack = require('webpack')
3
4
var webpackConfig = {
5
resolve: {
6
- alias: Object.assign({}, alias, {
7
- entities: './entity-decoder'
8
- })
+ alias: alias
9
},
10
module: {
11
loaders: [
0 commit comments