Skip to content

Commit

Permalink
fix: compatibility with child compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Jul 27, 2020
1 parent 4b15e85 commit 9da4add
Show file tree
Hide file tree
Showing 11 changed files with 350 additions and 1,908 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Lint
run: npm run lint

# - name: Security audit
# run: npm run security
- name: Security audit
run: npm run security

- name: Check commit message
uses: wagoid/commitlint-github-action@v1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ Available placeholders: `[file]`, `[query]` and `[filebase]` (`[base]` for webpa
The file where the extracted comments will be stored.
Default is to append the suffix `.LICENSE.txt` to the original filename.

> ⚠️ We highly recommend using the `txt` extension. Using `js`/`cjs`/`mjs` extensions may conflict with existing assets which leads to broken code.
**webpack.config.js**

```js
Expand Down
Loading

0 comments on commit 9da4add

Please sign in to comment.