1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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'
},
{