aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js (follow)
Commit message (Collapse)AuthorAgeLines
* Fix Map Conflicts In Dev ServerGravatar Hassan Abouelela2022-06-29-1/+3
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Bump Webpack Dev Server To 4.9.2Gravatar Hassan Abouelela2022-06-19-1/+0
| | | | | | | Migration guide: https://github.com/webpack/webpack-dev-server/blob/74c928135c7182e08238efb52c044e2d49ce6e9a/migration-v4.md Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into cleanup-dependsGravatar Hassan Abouelela2021-02-07-1/+6
|\ | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # package.json # yarn.lock
| * Exclude index.html from copy-webpack-pluginGravatar Joe Banks2021-02-06-1/+6
| | | | | | | | copy-webpack-plugin was creating a build/index.html which html-webpack-plugin then tried to override which caused an error
* | Removes Cross EnvGravatar Hassan Abouelela2021-02-03-2/+2
|/ | | | | | | | 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]>
* Compiles Source MapsGravatar Hassan Abouelela2021-01-21-3/+5
| | | | | | | Adds source map compilation for builds. Additionally, simplifies the file naming, and url. Signed-off-by: Hassan Abouelela <[email protected]>
* Cleans Up DependenciesGravatar Hassan Abouelela2021-01-03-1/+1
| | | | | | | Updates package.json to keep only the bare minimum required for production in dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
* Pass CONTEXT environment variableGravatar Joe Banks2020-12-30-1/+2
|
* Implements `.env` LoadingGravatar Hassan Abouelela2020-12-29-0/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Update webpack.config.jsGravatar Joe Banks2020-12-16-2/+2
| | | Co-authored-by: Hassan Abouelela <[email protected]>
* Replace broken webpack mode config with NODE_ENVGravatar Joe Banks2020-12-16-71/+63
|
* Add BACKEND_URL env variable for buildGravatar ks1292020-12-14-1/+2
|
* Configure chunkingGravatar Joe Banks2020-10-12-1/+7
|
* Update build preferences to put assets in correct placeGravatar Joe Banks2020-10-12-1/+1
|
* Add webpack plugin for copying static filesGravatar Joe Banks2020-10-12-3/+9
|
* Correct build path and add hash to generated filenamesGravatar Joe Banks2020-10-12-2/+2
|
* Update build pathGravatar Joe Banks2020-10-12-1/+1
|
* Fix testsGravatar Joe Banks2020-10-12-1/+1
|
* Change build system away from create-react-appGravatar Joe Banks2020-10-12-0/+87