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 2c2750c commit 7580cf6Copy full SHA for 7580cf6
rollup.config.js
@@ -6,15 +6,6 @@ import json from '@rollup/plugin-json'
6
import dop from './src/index'
7
8
export default [
9
- // // module/
10
- // {
11
- // input: 'src/index',
12
- // external: ['ms'],
13
- // preserveModules: true,
14
- // output: [{ dir: './module', format: 'es' }],
15
- // plugins: [json(), buble()]
16
- // },
17
-
18
// dop.js
19
{
20
input: 'src/index',
@@ -49,4 +40,13 @@ export default [
49
40
}),
50
41
],
51
42
},
43
+
44
+ // // dop.module.js
45
+ // {
46
+ // input: 'src/index',
47
+ // external: ['ms'],
48
+ // // preserveModules: true,
+ // output: [{ dir: './module', format: 'es' }],
+ // plugins: [json()],
+ // },
52
]
0 commit comments