Skip to content

Commit

Permalink
chore: test lib umd and iife regex
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 23, 2022
1 parent 3eaca61 commit edf4408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playground/lib/vite.config.js
Expand Up @@ -5,6 +5,12 @@ const path = require('path')
* @type {import('vite').UserConfig}
*/
module.exports = {
esbuild: {
supported: {
// Force esbuild inject helpers to test regex
'object-rest-spread': false
}
},
build: {
rollupOptions: {
output: {
Expand Down

0 comments on commit edf4408

Please sign in to comment.