Skip to content

Commit

Permalink
refactor: move src to packages/web
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Jan 25, 2025
1 parent 7b8d8fe commit 46cedda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,4 @@ const resetCss = {
plugins: [postcss({ extract: true })],
};

export default [cssConfig, esConfig];

// export default [cssConfig, libConfig, cjsConfig, esConfig, esmConfig, umdConfig, umdMinConfig, resetCss];
export default [cssConfig, libConfig, cjsConfig, esConfig, esmConfig, umdConfig, umdMinConfig, resetCss];

0 comments on commit 46cedda

Please sign in to comment.