Skip to content

Commit 715d168

Browse files
committed
fix: reference exports map instead of removed pkg.browser in rollup config
1 parent 3c95f42 commit 715d168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default [
88
input: 'dist/index.js',
99
output: {
1010
name: 'maquette',
11-
file: pkg.browser,
11+
file: pkg.exports['.'].browser,
1212
format: 'umd'
1313
},
1414
plugins: []

0 commit comments

Comments
 (0)