1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

cleanup webpack config

This commit is contained in:
Rokt33r
2015-12-25 04:58:39 +09:00
parent 2ddcf84625
commit 152e4129b2
3 changed files with 19 additions and 136 deletions

View File

@@ -45,11 +45,4 @@ var config = Object.assign({}, skeleton, {
]
})
config.target = function renderer (compiler) {
compiler.apply(
new JsonpTemplatePlugin(config.output),
new FunctionModulePlugin(config.output)
)
}
module.exports = config