rsnext/packages/next/build
Joe Haddad ed84bee503
Fix Experimental CSS Ordering (#8790)
* Fix CSS Ordering
This fixes CSS ordering between development and production.

Before this change, globally imported CSS would come _after_ `<style jsx global>` in development, but _before_ in production.

After this change, it'll always be applied before.

* Move to correct element

* Add tests

* Fix obnoxious indents

* Update test/integration/css/fixtures/with-styled-jsx/pages/index.js

Co-Authored-By: JJ Kasper <jj@jjsweb.site>
2019-09-18 20:18:41 -04:00
..
babel Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
output Fix windows paths mismatching for type errors (#8766) 2019-09-16 21:30:09 -05:00
profiler Add custom profiler / tracer (#8378) 2019-08-18 21:45:39 +02:00
webpack Reduce Install Size (#8788) 2019-09-18 13:59:46 -04:00
compiler.ts Update webpack typings (#8783) 2019-09-18 11:24:37 -04:00
entries.ts Warn build on duplicate pages (#8646) 2019-09-11 14:26:10 -04:00
generate-build-id.ts Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
index.ts Match public files priority in dev (#8641) 2019-09-16 23:06:30 +02:00
is-writeable.ts Move syntax formatting to prettier (#7454) 2019-05-29 13:57:26 +02:00
spinner.ts Show dots for non-TTY (#8771) 2019-09-17 13:22:51 -04:00
static-checker.ts Replace worker-farm with jest-worker (#8496) 2019-08-24 14:55:42 -04:00
utils.ts Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
webpack-config.ts Fix Experimental CSS Ordering (#8790) 2019-09-18 20:18:41 -04:00
write-build-id.ts Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00