Skip to content

Commit ee4edd1

Browse files
author
Guillaume Chau
committed
fix: default node external whitelist
1 parent c9f5a6e commit ee4edd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
defaultTitle: 'My app',
77
favicon: './public/favicon.ico',
88
skipRequests: req => req.originalUrl === '/graphql',
9-
nodeExternalsWhitelist: [/\.css$/],
9+
nodeExternalsWhitelist: [/\.css$/, /\?vue&type=style/],
1010
// Paths
1111
distPath: null,
1212
templatePath: null,

0 commit comments

Comments
 (0)