|
- [HAP-DEBUG] [ERRO] 构建错误 Module build failed (from ./node_modules/babel-loader/lib/index.js):
- ReferenceError: [BABEL] d:\...\src\page\component\pages\web-view\index.ux: Unknown option: base.cwd. Check out http://babeljs.io/docs/usage/options/ for more information about options.
-
- A common cause of this error is the presence of a configuration options object without the corresponding preset name. Example:
-
- Invalid:
- `{ presets: [{option: value}] }`
- Valid:
- `{ presets: [['presetName', {option: value}]] }`
-
- For more detailed information on preset configuration, please see https://babeljs.io/docs/en/plugins#pluginpresets-options.
复制代码
|
|