tshtml-loader 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,7 @@ Webpack version do you use.
114
114
  **Webpack 4**
115
115
 
116
116
  With Webpack 4 (used in Angular 11 and earlier) you need to configure loader like this.
117
- It's preferred to use `tshtml-loader` version prior 1.2 with Webpack 4.
117
+ It's preferred to use `tshtml-loader` version less than 1.2 with Webpack 4.
118
118
  ```
119
119
  module.exports = {
120
120
  module: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tshtml-loader",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "tsc ./src/index.ts ./src/export-template.ts --outdir ./lib -d && npm run copy-docs",
12
12
  "build-watch": "tsc ./src/index.ts --outdir ./lib -d -w",
13
- "copy-docs": "npx npx shx cp ../README.md ./lib"
13
+ "copy-docs": "npx npx shx cp ../README.md ."
14
14
  },
15
15
  "author": "LOGEX Group",
16
16
  "license": "MIT",