-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
CSS not updating automatically with Firefox #36
Labels
Comments
Pretty sure that's going to be somewhere in one of these files: |
can I look into this one? |
I'll try fix this one |
Closed
Moving to #58 |
devongovett
added a commit
that referenced
this issue
Dec 7, 2017
commit 49c2cc213aa73dce89ab9021bd5d09bca0e783b6 Author: Devon Govett <[email protected]> Date: Wed Dec 6 20:35:19 2017 -0800 cleanup commit 091177ff471e68703449fa608ab72123c9565ea6 Merge: dbba6ef 1afb09f Author: Devon Govett <[email protected]> Date: Wed Dec 6 20:33:22 2017 -0800 Merge branch 'master' of https://github.com/DeMoorJasper/parcel into DeMoorJasper-master commit 1afb09f Merge: eb70efb 90f69ff Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 21:20:57 2017 +0100 Merge branch 'master' into master commit eb70efb Merge: 2d81326 90f69ff Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 21:20:26 2017 +0100 Merge branch 'master' into master commit 2d81326 Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 20:43:54 2017 +0100 firefox fix, #36 commit 1f5ed9f Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 17:02:42 2017 +0100 Tiny gitignore cleanup
devongovett
pushed a commit
that referenced
this issue
Dec 8, 2017
* Tiny gitignore cleanup * firefox fix, #36 * ts support * tsx added * transpileoptions improvements and bugfix * tsconfig.json support * add basic typescript test * Default to ES2015 to stay consistent with the js default * remove custom transform, implement check in js transform for ts and put codegen back to commonjs * keep ts transform addition within ts module * ts testing and bugfix * improve jsx parameter and default to preserve and let babel handle it * improve jsx parameter and default to preserve and let babel handle it
devongovett
added a commit
that referenced
this issue
Oct 15, 2018
commit 49c2cc213aa73dce89ab9021bd5d09bca0e783b6 Author: Devon Govett <[email protected]> Date: Wed Dec 6 20:35:19 2017 -0800 cleanup commit 091177ff471e68703449fa608ab72123c9565ea6 Merge: dbba6ef 1afb09f Author: Devon Govett <[email protected]> Date: Wed Dec 6 20:33:22 2017 -0800 Merge branch 'master' of https://github.com/DeMoorJasper/parcel into DeMoorJasper-master commit 1afb09f Merge: eb70efb 90f69ff Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 21:20:57 2017 +0100 Merge branch 'master' into master commit eb70efb Merge: 2d81326 90f69ff Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 21:20:26 2017 +0100 Merge branch 'master' into master commit 2d81326 Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 20:43:54 2017 +0100 firefox fix, #36 commit 1f5ed9f Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 17:02:42 2017 +0100 Tiny gitignore cleanup
devongovett
pushed a commit
that referenced
this issue
Oct 15, 2018
* Tiny gitignore cleanup * firefox fix, #36 * ts support * tsx added * transpileoptions improvements and bugfix * tsconfig.json support * add basic typescript test * Default to ES2015 to stay consistent with the js default * remove custom transform, implement check in js transform for ts and put codegen back to commonjs * keep ts transform addition within ts module * ts testing and bugfix * improve jsx parameter and default to preserve and let babel handle it * improve jsx parameter and default to preserve and let babel handle it
devongovett
added a commit
that referenced
this issue
Oct 15, 2018
commit 49c2cc213aa73dce89ab9021bd5d09bca0e783b6 Author: Devon Govett <[email protected]> Date: Wed Dec 6 20:35:19 2017 -0800 cleanup commit 091177ff471e68703449fa608ab72123c9565ea6 Merge: dbba6ef 1afb09f Author: Devon Govett <[email protected]> Date: Wed Dec 6 20:33:22 2017 -0800 Merge branch 'master' of https://github.com/DeMoorJasper/parcel into DeMoorJasper-master commit 1afb09f Merge: eb70efb 90f69ff Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 21:20:57 2017 +0100 Merge branch 'master' into master commit eb70efb Merge: 2d81326 90f69ff Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 21:20:26 2017 +0100 Merge branch 'master' into master commit 2d81326 Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 20:43:54 2017 +0100 firefox fix, #36 commit 1f5ed9f Author: Jasper De Moor <[email protected]> Date: Wed Dec 6 17:02:42 2017 +0100 Tiny gitignore cleanup
devongovett
pushed a commit
that referenced
this issue
Oct 15, 2018
* Tiny gitignore cleanup * firefox fix, #36 * ts support * tsx added * transpileoptions improvements and bugfix * tsconfig.json support * add basic typescript test * Default to ES2015 to stay consistent with the js default * remove custom transform, implement check in js transform for ts and put codegen back to commonjs * keep ts transform addition within ts module * ts testing and bugfix * improve jsx parameter and default to preserve and let babel handle it * improve jsx parameter and default to preserve and let babel handle it
padmaia
pushed a commit
that referenced
this issue
Jun 5, 2020
Write stats json file in BundleAnalyzerReporter Approved-by: Will Binns-Smith
gorakong
pushed a commit
that referenced
this issue
Apr 29, 2021
Upgrade internal @babel/preset-env to 7.13.15 Approved-by: Joey Slater
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thanks for such a wonderful tool!
Updates to JS files propagate correctly, but changes to imported CSS files will not be applied without refreshing on Firefox.
Tested on Firefox V35.0 and Firefox Developer Edition 58.0b7 (64-bit).
Chrome V62.0.3202.94 (Official Build) (64-bit) updates automatically.
The text was updated successfully, but these errors were encountered: