Commit f141a26
authored
v2 (#630)
* Webpack v4 (#525)
* (feat) Adds webpack v4, removes CommonsChunkPlugin and sets mode
* (feat) Yarn locks
* (feat) Removes NamedModulesPlugin and NoEmitOnErrorsPlugin
* (feat) Upgrades eslint-loader and replaces setup for before (devServer)
* (feat) Updates some loaders to work with webpack v4
* Add thread-loader, extract-text-webpack-plugin@beta.0
Adds thread-loader and extract-text-webpack-plugin beta.
* Remove automatic vendor bundling, add @todo
* Remove lock
* (fix) Fixes Inferno, JSXstyle, Reason, Typescript and WithVendor
* Fix TS HMR
* Bump to latest webpack
* Update README.md
* Move to Yarn Workspaces, fix tests
* Remove unused scripts for bootstrap and clean
* v2.0.0-alpha.1
* v2.0.0-alpha.2
* v2.0.0-alpha.3
* Drop extract-text for mini-css. Bump start-server (no more refreshes)
* Update docs with new hot restart behavior
* Make `rs` an h3 in docs
* v2.0.0-alpha.4
* Update package descriptions
* Bump mini-css-extract-plugin to 0.3.0 (#559)
* Add Multistep true so webpack 4 HMR can work (#558)
* Bump deps, fix TS example
* v2.0.0-alpha.5
* Changed name of the about page component: Home -> About (#561)
* chore(package): update lerna to version 2.9.1 (#560)
* including polyfills in production build (#562)
* Fix logic on polyfill inclusion
* v2.0.0-alpha.6
* Fix boolean
* v2.0.0-alpha.7
* s/your/you (#566)
* Replace clientCompiler before serverCompiler (#569)
* Update README.md (#564)
Fixed links to Node Inspector docs
* Add an example with Hyperapp (#549)
* Setup Hyperapp example
Enable HMR
Don't touch the yarn lock
Cleanup
Keep naming convention
Don't touch preact
Reverse formatting on the preact example
* Undo formatting something in the preact example
Fix formatting
Fix formatting
Fix formatting
Fix format
* 2.0.0-alpha.7
* Bump hyperapp version
* Add Koa usage example (#533)
* Add Koa usage example
* Extend Koa example documentation
* Make app use default koa styles and logo
* Correct Koa URL on doc
* Add webpack bar (#563)
* Remove yarn.lock from Koa example
* Bump deps
* v2.0.0-alpha.8
* add emitFile in url-loader options (#576)
* Add elm-package post on circleci
* Move elm install to dependencies.pre
* Use npm to install elm globally
* Install elm not elm-package. lol.
* Bump deps
* v2.0.0-y.0
* Update readme
* v2.0.0-alpha.9
* Limiting HMR to App (#577)
* #fix starting server code after compile assets (sync) (#575)
* Use webpack-dev-server-speedy for perf boost!
* v2.0.0-alpha.10
* Bump Webpack to 4.6.0
* v2.0.0-alpha.11
* Fix uglify options
* v2.0.0-alpha.12
* Update ESLint (#588)
* Upgrade typescript example (#589)
* ♻️ Cleanup random keystrokes in Home component
* ✨ Upgrade deps and TypeScript. Now supports the new fragment syntax<></>
* 👨🏼🎨 Add myself to the contributers list
* 📏 Prietier linting fixes
* Update README.md
* Update README.md
* Better defaults for Typescript example (#593)
* Better defaults for Typescript example
After running into multiple bugs having to deal with whether typescript was precompiling the same way that the babel version was (some include: jest testing, repl loading, mjs support) I realized that the big issue is that razzle had figured out solutions for each env based on webpack, so instead of having the added complexity of not knowing if I had proper typescript parody, I figured just remove that layer and use typescript for the one thing I wanted: type checking.
Happy to go into detail on those bugs, but I think the main point is this approach seems a better DX experiance out of the box, while offering more heavy solutions as comments.
* Update razzle.config.js
* Remove raf from examples (#601)
* Remove raf from all examples
* Add package-lock and yarn-lock to .gitignore in examples.
* Change env stringify so it doesn't overwrite process.env (#611)
* Razzle plugins + razzle-typescript-plugin (#605)
* Add a plugin system
* Add razzle-typescript-plugin
* Change TypeScript example to use razzle-typescript-plugin
* Small refactor to helpers
* Add myself to contributors
* Use fork-ts-checker-webpack-plugin instead of tslint-loader
* Make useBabel false by default
* Add esModuleInterop, remove console tslint rules
* Improve README
* Moved loaderFinder to razzle-dev-utils
* Remove -- from circle.yml
* Fix start test now that logger has changed
* Fix shell output
* Don't silence razzle build test
* Teardown beforeAll
* Remove 'use strict' from build fixtures1 parent 13ef8b5 commit f141a26
137 files changed
Lines changed: 11801 additions & 34403 deletions
File tree
- examples
- basic
- src
- with-afterjs
- src
- with-custom-babel-config
- with-custom-environment-variables
- with-custom-webpack-config
- with-elm
- with-firebase-functions
- src
- with-hyperapp
- public
- src
- with-inferno
- src
- with-jest-snapshots
- src
- with-jsxstyle
- src
- with-koa
- public
- src
- with-material-ui
- with-preact
- src
- with-rax
- with-react-loadable
- src
- with-react-native-web
- with-reason-react
- src
- with-redux
- src/client
- with-styled-components
- src
- with-typescript
- src
- with-vendor-bundle
- src
- packages
- babel-preset-razzle
- create-razzle-app
- templates/default
- src
- razzle-dev-utils
- razzle-plugin-typescript
- tests
- razzle
- config
- scripts
- scripts
- test
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
59 | 79 | | |
60 | 80 | | |
61 | | - | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | | - | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | | - | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | | - | |
| 70 | + | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
222 | 229 | | |
223 | 230 | | |
224 | 231 | | |
225 | | - | |
| 232 | + | |
226 | 233 | | |
227 | 234 | | |
228 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
This file was deleted.
0 commit comments