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
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: rollup.config.main.js
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,10 @@
1
1
importtypescriptfrom"rollup-plugin-typescript2";
2
+
importcommonjsfrom"@rollup/plugin-commonjs";
2
3
importresolvefrom"@rollup/plugin-node-resolve";
3
4
4
-
// NOTE: this works, but has a couple issues.
5
-
//
6
-
// cache issues, such as the following
7
-
// ```
8
-
// [!] (plugin rpt2) Error: ENOENT: no such file or directory, open '/Users/cameronlittle/Dev/nova-typescript/node_modules/.cache/rollup-plugin-typescript2/rpt2_b2ffe25927fdf3bdfc6af7cc34cbf7c51560889e/code/cache_/dff2aa675eb1f7c9d04145fc75469e189b910ce5'
9
-
// ```
10
-
//
11
-
// it doesn't use the same type resolution as tsc, which has conflicts with @types/node
12
-
//
13
-
// I'm going to wait until my nova-editor types PR is merged before attempting to fix fully
0 commit comments