Skip to content

Commit 332a6a5

Browse files
committed
do not let webpack parse es6-promise (close #28)
1 parent a3e53a2 commit 332a6a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
filename: 'build.js'
99
},
1010
module: {
11+
// avoid webpack trying to shim process
12+
noParse: /es6-promise\.js$/,
1113
loaders: [
1214
{
1315
test: /\.vue$/,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy