Skip to content

Commit 2f523e0

Browse files
authored
fix: it-icon rollup build fixes (#420)
* fix: icon dynamic import build failing at resolution on standalone package use * test: testing rollup fix config with vite standalone example * chore: remove unrelated docs change for carousel * chore: remove test examples app
1 parent 6f49466 commit 2f523e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/icon/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
dir: 'dist',
1313
sourcemap: true,
1414
entryFileNames: 'src/[name].js',
15+
chunkFileNames: 'src/[name]-[hash].js',
1516
},
1617
plugins: [
1718
resolve(),

0 commit comments

Comments
 (0)