Skip to content

Commit 018de20

Browse files
WesSouzaarturbien
authored andcommitted
chore: configure Rollup to not warn about themes only exporting defaults
1 parent 07b2c4d commit 018de20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default [
3939
input: './src/common/themes/index.js',
4040
output: {
4141
dir: 'dist/themes',
42+
exports: 'default',
4243
format: 'cjs'
4344
},
4445
preserveModules: true,

0 commit comments

Comments
 (0)