mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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 {
|
return {
|
||||||
|
sourceType: 'unambiguous',
|
||||||
presets,
|
presets,
|
||||||
plugins
|
plugins
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user