We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f5a6e commit ee4edd1Copy full SHA for ee4edd1
lib/config.js
@@ -6,7 +6,7 @@ module.exports = {
6
defaultTitle: 'My app',
7
favicon: './public/favicon.ico',
8
skipRequests: req => req.originalUrl === '/graphql',
9
- nodeExternalsWhitelist: [/\.css$/],
+ nodeExternalsWhitelist: [/\.css$/, /\?vue&type=style/],
10
// Paths
11
distPath: null,
12
templatePath: null,
0 commit comments