1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 00:36:26 +00:00

changed webpack config back to original

This commit is contained in:
Itai Braude
2019-10-22 01:03:52 +03:00
committed by Junyoung Choi
parent edebba6680
commit 489fc6578b
2 changed files with 1 additions and 6 deletions

View File

@@ -6,13 +6,9 @@ const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin')
var config = Object.assign({}, skeleton, {
module: {
loaders: [
{
test: /pdf(\.worker)?(\.min)?\.js\.map$/,
loader: 'raw-loader'
},
{
test: /(\.js|\.jsx)?$/,
exclude: [/(node_modules|bower_components)/, /pdf(\.worker)?(\.min)?\.js\.map$/],
exclude: /(node_modules|bower_components)/,
loader: 'babel'
},
{

View File

@@ -30,7 +30,6 @@ var config = {
]
},
externals: [
'pdf-js',
'prettier',
'node-ipc',
'electron',