mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Clean up library webpack config
This commit is contained in:
parent
5ec97fd9e4
commit
b351a29e5b
1 changed files with 0 additions and 12 deletions
|
|
@ -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$/]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue