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.
async
1 parent 99c95a4 commit d724521Copy full SHA for d724521
src/module.js
@@ -30,7 +30,7 @@ export default function NetlifyCmsModule(moduleOptions) {
30
const config = configManager.config;
31
32
// This will be called once when builder started
33
- this.nuxt.plugin("build", async builder => {
+ this.nuxt.plugin("build", builder => {
34
// This will be run just before webpack compiler starts
35
builder.plugin("compile", ({ builder, compiler }) => {
36
const webpackConfig = getWebpackNetlifyConfig(
0 commit comments