| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Migration guide:
https://github.com/webpack/webpack-dev-server/blob/74c928135c7182e08238efb52c044e2d49ce6e9a/migration-v4.md
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# package.json
# yarn.lock
|
| |
| |
| |
| | |
copy-webpack-plugin was creating a build/index.html which html-webpack-plugin then tried to override which caused an error
|
|/
|
|
|
|
|
|
| |
Webpack released support for passing node-env as an argument, meaning we
no longer need cross-env to define environment variables. Other usages
of cross-env were also removed.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Adds source map compilation for builds. Additionally, simplifies the
file naming, and url.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Updates package.json to keep only the bare minimum required for
production in dependencies.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
| |
Co-authored-by: Hassan Abouelela <[email protected]>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|