mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
📎 Minor changes on rollup config.
This commit is contained in:
parent
fdc3a93a75
commit
006fcaa511
1 changed files with 2 additions and 2 deletions
4
frontend/vendor/rollup.config.js
vendored
4
frontend/vendor/rollup.config.js
vendored
|
@ -17,8 +17,8 @@ const plugins = [
|
|||
|
||||
resolve({
|
||||
mainFields: ['module', 'main'],
|
||||
// preferBuiltins: false,
|
||||
browser: true
|
||||
preferBuiltins: true,
|
||||
browser: true,
|
||||
}),
|
||||
|
||||
commonjs({
|
||||
|
|
Loading…
Add table
Reference in a new issue