-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`webpack` v4 => v5: - `script-ext-html-webpack-plugin` is deprecated and unnecessary now, the feature I use is now in `html-webpack-plugin` - `preload-webpack-plugin` is deprecated, use fork `@vue/preload-webpack-plugin` instead - `optimize-css-assets-webpack-plugin` wont adjust to `webpack` v5, use `css-minimizer-webpack-plugin` instead `leaflet` 1.6.0 => 1.7.1: - contains my fix for Leaflet/Leaflet#6764 now, so I can remove my workaround. `sass`: - `node-sass` is deprecated, use `sass` (`dart-sass`) instead. - `sass-loader`: the `~` import no longer works. Therefore prefix spritesmith filenames with `img-`, to fix the ambiguity between `src/css/icons.scss` and `build/img/icons.scss` Can't upgrade `wtf_wikipedia` to 8.0.0 or higher right now, because of issues with: - https://github.com/substack/https-browserify/issues/9 - jhiesey/stream-http#116
- Loading branch information
Showing
7 changed files
with
2,159 additions
and
4,608 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.