Skip to content

refactor: next #1295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
79f4c8f
refactor: webpack@4 dropped
cap-Bernardito Apr 26, 2021
7019cb0
feat: sources import with new URL (#1297)
cap-Bernardito May 1, 2021
f7df4a8
refactor: `url` and `import` option (#1299)
cap-Bernardito May 1, 2021
9940384
refactor: removed `importLoaders` option in favor `import.loaders` op…
cap-Bernardito May 1, 2021
8a0c87b
refactor: removed `camelCase` package from dependencies (#1301)
cap-Bernardito May 5, 2021
505726d
refactor: removed `compileType` option in favor `mode` option (#1302)
cap-Bernardito May 5, 2021
bd819f5
docs: added in docs supported webpack version (#1305)
cap-Bernardito May 19, 2021
1f15510
chore: rebase
cap-Bernardito Jun 25, 2021
3882705
refactor: stringifyRequest and urlToRequest added in utils
cap-Bernardito Jul 13, 2021
1d5761c
refactor: removed `interpolateName` in favor webpack template strings
cap-Bernardito Jul 13, 2021
ec87b40
refactor: rename `localIdentHashPrefix` option in 'localIdentHashSalt'
cap-Bernardito Jul 13, 2021
d66534c
feat: `localIdentHashFunction`, `localIdentHashDigest`, `localIdentHa…
cap-Bernardito Jul 13, 2021
3eab0f9
refactor: code
cap-Bernardito Jul 13, 2021
946a5a1
refactor!: nodejs v10 dropped (#1326)
cap-Bernardito Jul 13, 2021
8d8531c
test: added (#1329)
cap-Bernardito Jul 14, 2021
3275ef0
refactor: improve resolving (#1327)
alexander-akait Jul 14, 2021
18b4fec
refactor: code for auto (#1332)
alexander-akait Jul 14, 2021
faca47b
docs: update
cap-Bernardito Jul 14, 2021
6a600fb
refactor!: drop `[folder]` and `[emoji]` (#1333)
alexander-akait Jul 14, 2021
b3fa93b
test: add test for entry and auto (#1334)
alexander-akait Jul 14, 2021
09675d9
refactor: add todo
alexander-akait Jul 14, 2021
875b274
feat: resolve data URI (#1328)
cap-Bernardito Jul 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
webpack-version: [4, latest]
node-version: [12.x, 14.x, 16.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ npm-debug.log*
/local
/reports
/node_modules
/test/outputs
/test/fixtures/import/import-absolute.css
/test/fixtures/url/url-absolute.css
/test/fixtures/modules/composes/composes-absolute.css
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

Loading