We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b456d80 commit 08b3317Copy full SHA for 08b3317
rollup.config.js
@@ -9,7 +9,7 @@ import copy from 'rollup-plugin-copy';
9
export default {
10
input: 'src/index.ts',
11
output: {
12
- dir:'./build/dist',
+ dir:'./dist',
13
format: 'es'
14
},
15
plugins: [
0 commit comments