Skip to content

Commit

Permalink
fix: add module to build transpile options (TYPO3-Headless#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo authored and mercs600 committed Nov 19, 2021
1 parent fab5670 commit a4c33bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ function Typo3 (options) {
// avoid warning about about consola dependency in case of standalone build
config.plugins.push(new webpack.ContextReplacementPlugin(/consola/))
})

this.options.build.transpile.push('nuxt-typo3')
}

module.exports = Typo3
Expand Down

0 comments on commit a4c33bb

Please sign in to comment.