Skip to content

Commit 08b3317

Browse files
committed
Fixed build script
1 parent b456d80 commit 08b3317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import copy from 'rollup-plugin-copy';
99
export default {
1010
input: 'src/index.ts',
1111
output: {
12-
dir:'./build/dist',
12+
dir:'./dist',
1313
format: 'es'
1414
},
1515
plugins: [

0 commit comments

Comments
 (0)