Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CSS source map - fixes #61 #62

Merged
merged 1 commit into from
Jun 1, 2017
Merged

Remove CSS source map - fixes #61 #62

merged 1 commit into from
Jun 1, 2017

Conversation

nddery
Copy link
Contributor

@nddery nddery commented Jun 1, 2017

Fixes #61 - see webpack-contrib/style-loader#55 for details.

Basically, having the source maps enabled for CSS made CSS to load over the blob: protocol, which isn't supported in Shopify admin (it loads things in an iframe from the cdn and ... and it's the cdn (I think) that doesn't like blob). publicPath is correctly set but it's not doing what it should (at least I think) be doing for CSS...

Will look into this further but I think having #61 fixed is more important than CSS source maps.

@bourroush once this is merged in, you'll want to delete yarn.lock and run yarn again to download the newer version of this package.

@nddery nddery requested a review from bourroush June 1, 2017 01:29
@bourroush bourroush merged commit a55a9ae into master Jun 1, 2017
@bourroush bourroush deleted the fix/blobs-no-more branch June 1, 2017 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customize Theme locally fail to load admin_jquery
2 participants