Skip to content

Commit

Permalink
Merge pull request #8 from isaac-mason/main
Browse files Browse the repository at this point in the history
  • Loading branch information
joergjaeckel authored Apr 2, 2022
2 parents 17437a3 + c9d6973 commit 8a699fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default [
output: { dir: 'dist', format: 'esm' },
plugins: [
resolve({ extensions }),
worker({ platform: 'base64', sourcemap: false }),
worker({ platform: 'base64', sourcemap: false, targetPlatform: 'browser' }),
babel(getBabelOptions({ useESModules: true }, '>1%, not dead, not ie 11, not op_mini all')),
commonjs(),
],
Expand All @@ -37,7 +37,7 @@ export default [
output: { dir: 'dist/debug', format: 'esm' },
plugins: [
resolve({ extensions }),
worker({ platform: 'base64', sourcemap: true }),
worker({ platform: 'base64', sourcemap: true, targetPlatform: 'browser' }),
babel(getBabelOptions({ useESModules: true }, '>1%, not dead, not ie 11, not op_mini all')),
commonjs(),
],
Expand Down

1 comment on commit 8a699fe

@vercel
Copy link

@vercel vercel bot commented on 8a699fe Apr 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

use-p2 – ./

use-p2.vercel.app
use-p2-pmndrs.vercel.app
use-p2-git-main-pmndrs.vercel.app

Please sign in to comment.