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 263f206 commit 239da77Copy full SHA for 239da77
nuxt/index.js
@@ -23,6 +23,10 @@ module.exports = function nuxtBootstrapVue(moduleOptions = {}) {
23
...moduleOptions
24
}
25
26
+ // Ensure we have arrays
27
+ this.options.css = this.options.css || []
28
+ this.options.build.transpile = this.options.build.transpile || []
29
+
30
const bootstrapVueCSS = pickFirst(
31
options.bootstrapVueCSS,
32
options.bootstrapVueCss,
0 commit comments