We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b90379 commit ea29ec8Copy full SHA for ea29ec8
gulpfile.js
@@ -150,7 +150,8 @@ function createWebpackConfig(defines, output) {
150
loaders: [
151
{
152
loader: 'babel-loader',
153
- exclude: /src\/core\/(glyphlist|unicode)/, // babel is too slow
+ // babel is too slow
154
+ exclude: /src[\\\/]core[\\\/](glyphlist|unicode)/,
155
options: {
156
presets: pdfjsNext ? undefined : ['env'],
157
plugins: ['transform-es2015-modules-commonjs'],
0 commit comments