Harrison

Results 4 comments of Harrison

I was able to get the api working with this configuration: ```Javascript let bundler = new Parcel({ entries: ['.'], defaultConfig: '@parcel/config-default', defaultTargetOptions: { publicUrl: '/dist' } }); ``` And then...

What I actually ended up doing to get this to work was to create two bundlers: ```Javascript let webBundler = new Parcel({ entries: ['client/index.html'], defaultConfig: '@parcel/config-default', targets: { client: {...

@Kamshak I'm having trouble triggering a UI state change through calling the write() function with your above method. Is there a possibility to do this? When I reload the page,...

Still getting this issue on parcel v2.8.0. Any idea on how to fix?