antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.89k stars 168 forks source link

bundle by vite, raise up ERR_REQUIRE_ESM error #189

Open vince-fly opened 1 year ago

vince-fly commented 1 year ago

os:windows/ubuntu(linux) nodejs:16.xx pnpm: 8.5.1 vitepress: 0.22.4

build error: Error [ERR_REQUIRE_ESM]: require() of ES Module xx\node_modules.pnpm\splitpanes@3.1.5\node_modules\splitpanes\dist\splitpanes.umd.js from xx\node_modules.pnpm\nuzar-plus@1.0.0-alpha.8_vue@3.2.47\node_modules\nuzar-plus\lib\components\splitpanes\src\pane.js not supported. splitpanes.umd.js is treated as an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which declares all .js files in that package scope as ES modules. Instead rename splitpanes.umd.js to end in .cjs, change the requiring code to use dynamic import() which is available in all CommonJS modules, or change "type": "module" to "type": "commonjs" in xx\node_modules.pnpm\splitpanes@3.1.5\node_modules\splitpanes\package.json to treat all .js files as CommonJS (using .mjs for all ES modules instead).