Dan Gamble

Results 54 comments of Dan Gamble

@t-kelly i tried implementing this with the `slate.config.js` and successfully got it creating the bundles. The only issue i had was when deployed Webpack was giving me a `Cannot find...

Having played around with your way @t-kelly i realised my "Fix" wasn't a fix at all. It all gets bundled in to 1 file and is only conditionally executed as...

Gave this another go to see if i could replicate my issue i was having @t-kelly. So i started by expanding my `slate.config.js` with: ```javascript 'webpack.entrypoints': config => { const...

To add to this. Changing the `loadModule` function to be: ```javascript await import(/* webpackChunkName: name */ '../modules/' + name + '.js') ``` Does seem to work. Maybe i've just not...

@t-kelly just curious to see if you knew any potential fixes to the above? Not wanting to accelerate this issue per-se, happy to have it in my `slate.config` until you...

Don't want to put any pressure on you at all with this @t-kelly. Just wondered if you had any ideas off the top of your head, no worries at all...

You could try using the first URL that is given to you on Slate instead of the `localhost:3000` URL. ``` ✔ Compiled successfully in 13.102s! ✔ Files uploaded successfully! ★...

It would Antonio. Sometimes you need to use this URL as some Shopify apps don't work when the URL is localhost either.

Hey @cJayyy, I didn't find a solution for that, unfortunately. Ultimately, we ended up dropping this internally as it was actually a bit of a pain to use (besides the...

> Hey, i am referenced in there, and rightfully so, developing for Shopify is horrid! Every day i work on a particular theme, and i sit and wait 146 seconds...