Skip to content

Commit 7cbf071

Browse files
committed
Fixed build script
1 parent 50ba0e1 commit 7cbf071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)