Skip to content

Commit

Permalink
Remove device-uuid hack in rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Sep 13, 2023
1 parent 1141529 commit 9a3e1be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import dts from 'rollup-plugin-dts'
import typescript from '@rollup/plugin-typescript'
import commonjs from '@rollup/plugin-commonjs'
import nodePolyfills from 'rollup-plugin-polyfill-node'
import replace from '@rollup/plugin-replace'
import resolve from '@rollup/plugin-node-resolve'
import json from '@rollup/plugin-json'

Expand Down Expand Up @@ -42,11 +41,6 @@ export default [
defaultIsModuleExports: false,
}),
nodePolyfills(),
replace({
preventAssignment: true,
'})(commonjsGlobal);': '})(deviceUuid$1);',
delimiters: ['', ''],
}),
resolve({browser: true}),
json(),
],
Expand All @@ -66,11 +60,6 @@ export default [
defaultIsModuleExports: false,
}),
nodePolyfills(),
replace({
preventAssignment: true,
'})(commonjsGlobal)': '})(deviceUuid$1)',
delimiters: ['', ''],
}),
resolve({browser: true}),
json(),
],
Expand Down

0 comments on commit 9a3e1be

Please sign in to comment.