mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
remove unnecessary codes of webpack config
This commit is contained in:
@@ -3,8 +3,6 @@ const webpack = require('webpack')
|
|||||||
const path = require('path')
|
const path = require('path')
|
||||||
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin')
|
const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin')
|
||||||
|
|
||||||
var JsonpTemplatePlugin = webpack.JsonpTemplatePlugin
|
|
||||||
var FunctionModulePlugin = require('webpack/lib/FunctionModulePlugin')
|
|
||||||
var config = Object.assign({}, skeleton, {
|
var config = Object.assign({}, skeleton, {
|
||||||
module: {
|
module: {
|
||||||
loaders: [
|
loaders: [
|
||||||
|
|||||||
Reference in New Issue
Block a user