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

CSS not updating automatically with Firefox #36

Closed
TimelyToga opened this issue Dec 6, 2017 · 4 comments
Closed

CSS not updating automatically with Firefox #36

TimelyToga opened this issue Dec 6, 2017 · 4 comments
Labels

Comments

@TimelyToga
Copy link

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.

@jamiebuilds
Copy link
Member

@M-ZubairAhmed
Copy link

can I look into this one?

@DeMoorJasper
Copy link
Member

I'll try fix this one

@jamiebuilds
Copy link
Member

Moving to #58

devongovett added a commit that referenced this issue Dec 7, 2017
commit 49c2cc213aa73dce89ab9021bd5d09bca0e783b6
Author: Devon Govett <devongovett@gmail.com>
Date:   Wed Dec 6 20:35:19 2017 -0800

    cleanup

commit 091177ff471e68703449fa608ab72123c9565ea6
Merge: dbba6ef 1afb09f
Author: Devon Govett <devongovett@gmail.com>
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 <jdemo@live.be>
Date:   Wed Dec 6 21:20:57 2017 +0100

    Merge branch 'master' into master

commit eb70efb
Merge: 2d81326 90f69ff
Author: Jasper De Moor <jdemo@live.be>
Date:   Wed Dec 6 21:20:26 2017 +0100

    Merge branch 'master' into master

commit 2d81326
Author: Jasper De Moor <jasperdemoor@gmail.com>
Date:   Wed Dec 6 20:43:54 2017 +0100

    firefox fix, #36

commit 1f5ed9f
Author: Jasper De Moor <jasperdemoor@gmail.com>
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 <devongovett@gmail.com>
Date:   Wed Dec 6 20:35:19 2017 -0800

    cleanup

commit 091177ff471e68703449fa608ab72123c9565ea6
Merge: dbba6ef 1afb09f
Author: Devon Govett <devongovett@gmail.com>
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 <jdemo@live.be>
Date:   Wed Dec 6 21:20:57 2017 +0100

    Merge branch 'master' into master

commit eb70efb
Merge: 2d81326 90f69ff
Author: Jasper De Moor <jdemo@live.be>
Date:   Wed Dec 6 21:20:26 2017 +0100

    Merge branch 'master' into master

commit 2d81326
Author: Jasper De Moor <jasperdemoor@gmail.com>
Date:   Wed Dec 6 20:43:54 2017 +0100

    firefox fix, #36

commit 1f5ed9f
Author: Jasper De Moor <jasperdemoor@gmail.com>
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 <devongovett@gmail.com>
Date:   Wed Dec 6 20:35:19 2017 -0800

    cleanup

commit 091177ff471e68703449fa608ab72123c9565ea6
Merge: dbba6ef 1afb09f
Author: Devon Govett <devongovett@gmail.com>
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 <jdemo@live.be>
Date:   Wed Dec 6 21:20:57 2017 +0100

    Merge branch 'master' into master

commit eb70efb
Merge: 2d81326 90f69ff
Author: Jasper De Moor <jdemo@live.be>
Date:   Wed Dec 6 21:20:26 2017 +0100

    Merge branch 'master' into master

commit 2d81326
Author: Jasper De Moor <jasperdemoor@gmail.com>
Date:   Wed Dec 6 20:43:54 2017 +0100

    firefox fix, #36

commit 1f5ed9f
Author: Jasper De Moor <jasperdemoor@gmail.com>
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 added 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
Labels
Projects
None yet
Development

No branches or pull requests

4 participants