mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
fix(babel-preset-app): TypeError when import cjs in webpack building (#7070)
This commit is contained in:
parent
074de48dcf
commit
750676dd31
@ -145,6 +145,7 @@ module.exports = (api, options = {}) => {
|
||||
}])
|
||||
|
||||
return {
|
||||
sourceType: 'unambiguous',
|
||||
presets,
|
||||
plugins
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user