Clean up library webpack config

This commit is contained in:
Jordan Eldredge 2019-03-13 22:04:59 -07:00
parent 5ec97fd9e4
commit b351a29e5b

View file

@ -35,18 +35,6 @@ module.exports = {
envName: "library"
}
}
},
{
test: /\.(wsz|mp3)$/,
use: [
{
loader: "file-loader",
options: {
emitFile: true,
name: "[path][name]-[hash].[ext]"
}
}
]
}
],
noParse: [/jszip\.js$/]