mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 10:52:16 +00:00
Fixed rollup config
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
8cddeab594
commit
0bb84f9946
@ -13,7 +13,7 @@ export default [
|
|||||||
autoModules: true,
|
autoModules: true,
|
||||||
mode: 'extract',
|
mode: 'extract',
|
||||||
modules: {
|
modules: {
|
||||||
generateScopedName: '[hash:8]'
|
generateScopedName: '[local][hash:5]'
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
typescript({useTsconfigDeclarationDir: true}), // so Rollup can convert TypeScript to JavaScript
|
typescript({useTsconfigDeclarationDir: true}), // so Rollup can convert TypeScript to JavaScript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user