Skip to content

Commit d724521

Browse files
committed
chore(module): remove unneeded async statement
1 parent 99c95a4 commit d724521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function NetlifyCmsModule(moduleOptions) {
3030
const config = configManager.config;
3131

3232
// This will be called once when builder started
33-
this.nuxt.plugin("build", async builder => {
33+
this.nuxt.plugin("build", builder => {
3434
// This will be run just before webpack compiler starts
3535
builder.plugin("compile", ({ builder, compiler }) => {
3636
const webpackConfig = getWebpackNetlifyConfig(

0 commit comments

Comments
 (0)