Skip to content

Commit

Permalink
fixed: typo in rollup config file
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 23, 2024
1 parent 8ba96f1 commit cb912e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rollup.browser.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import alias from '@rollup/plugin-alias'
import builtins from 'rollup-plugin-polyfill-node'
import builtins from 'rollup-plugin-node-builtins'
import commonjs from '@rollup/plugin-commonjs'
import defaultConfig from './rollup.config.js'
import json from '@rollup/plugin-json'
Expand Down

0 comments on commit cb912e9

Please sign in to comment.