Skip to content

Commit 7580cf6

Browse files
committed
Before merge
1 parent 2c2750c commit 7580cf6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

rollup.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ import json from '@rollup/plugin-json'
66
import dop from './src/index'
77

88
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-
189
// dop.js
1910
{
2011
input: 'src/index',
@@ -49,4 +40,13 @@ export default [
4940
}),
5041
],
5142
},
43+
44+
// // dop.module.js
45+
// {
46+
// input: 'src/index',
47+
// external: ['ms'],
48+
// // preserveModules: true,
49+
// output: [{ dir: './module', format: 'es' }],
50+
// plugins: [json()],
51+
// },
5252
]

0 commit comments

Comments
 (0)