You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successfully compiled 14 files with Babel (5833ms).
× C:\Users\Lenovo\Downloads\3d-wind-master\demo\index.js: Duplicate plugin/preset detected.
If you'd like to use two separate instances of a plugin,
they need separate names, e.g.
报这个:
PS C:\Users\Lenovo\Downloads\3d-wind-master> npm run build
Successfully compiled 14 files with Babel (5833ms).
× C:\Users\Lenovo\Downloads\3d-wind-master\demo\index.js: Duplicate plugin/preset detected.
If you'd like to use two separate instances of a plugin,
they need separate names, e.g.
plugins: [
['some-plugin', {}],
['some-plugin', {}, 'some unique name'],
]
Duplicates detected are:
[
{
"alias": "C:\Users\Lenovo\Downloads\3d-wind-master\node_modules\@babel\plugin-transform-classes\lib\index.js",
"dirname": "C:\Users\Lenovo\Downloads\3d-wind-master",
"ownPass": false,
"file": {
"request": "@babel/plugin-transform-classes",
"resolved": "C:\Users\Lenovo\Downloads\3d-wind-master\node_modules\@babel\plugin-transform-classes\lib\index.js"
}
},
{
"alias": "base$28",
"options": {
"spec": false,
"useBuiltIns": true
},
"dirname": "C:\Users\Lenovo\Downloads\3d-wind-master",
"ownPass": false
}
]
The text was updated successfully, but these errors were encountered: