We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1e515 commit 8f1ff2dCopy full SHA for 8f1ff2d
core/package.json
@@ -8,6 +8,10 @@
8
"license": "MIT",
9
"main": "./cjs/index.js",
10
"module": "./esm/index.js",
11
+ "exports": {
12
+ "require": "./cjs/index.js",
13
+ "import": "./esm/index.js"
14
+ },
15
"scripts": {
16
"bundle": "ncc build src/index.tsx --target web --filename codemirror && npm run bundle:min",
17
"bundle:watch": "ncc watch src/index.tsx --target web --filename codemirror",
extensions/basic-setup/package.json
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
0 commit comments