@caweb/webpack 1.3.30 → 1.3.31
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.
- package/changelog.txt +3 -0
- package/package.json +2 -2
- package/plugins/html/changelog.txt +3 -0
- package/plugins/html/entry/delta.js +1 -3
- package/plugins/html/entry/eureka.js +1 -3
- package/plugins/html/entry/mono.js +1 -3
- package/plugins/html/entry/oceanside.js +1 -3
- package/plugins/html/entry/orangecounty.js +1 -3
- package/plugins/html/entry/pasorobles.js +1 -3
- package/plugins/html/entry/sacramento.js +1 -3
- package/plugins/html/entry/santabarbara.js +1 -3
- package/plugins/html/entry/santacruz.js +1 -3
- package/plugins/html/entry/shasta.js +1 -3
- package/plugins/html/entry/sierra.js +1 -3
- package/plugins/html/entry/trinity.js +1 -3
- package/plugins/html/package-lock.json +318 -315
- package/plugins/html/package.json +5 -6
- package/plugins/html/scripts/create-entrypoints.js +0 -3
- package/plugins/html/scripts/update-scripts.js +1 -2
- package/plugins/html/webpack.config.js +2 -1
- package/plugins/html/scripts/icon.js +0 -60
package/changelog.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/webpack",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.31",
|
|
4
4
|
"description": "CAWebPublishing Webpack Configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
39
39
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
40
|
-
"@caweb/html-webpack-plugin": "^1.
|
|
40
|
+
"@caweb/html-webpack-plugin": "^1.7.0",
|
|
41
41
|
"@caweb/jshint-webpack-plugin": "^2.0.1"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
delta: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/delta.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/delta.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
eureka: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/eureka.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/eureka.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
mono: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/mono.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/mono.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
oceanside: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/oceanside.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/oceanside.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
orangecounty: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/orangecounty.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/orangecounty.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
pasorobles: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/pasorobles.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/pasorobles.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
sacramento: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/sacramento.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/sacramento.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
santabarbara: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/santabarbara.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/santabarbara.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
santacruz: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/santacruz.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/santacruz.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
shasta: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/shasta.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/shasta.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
sierra: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/sierra.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/sierra.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|
|
@@ -9,10 +9,8 @@ const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '
|
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
11
|
entry: {
|
|
12
|
-
'font-only': path.join(currentPath, 'src', 'styles', 'font-only.css'),
|
|
13
12
|
trinity: [
|
|
14
|
-
path.join(currentPath, '/src/styles/
|
|
15
|
-
path.join(currentPath, '/src/styles/colorschemes/trinity.scss'),
|
|
13
|
+
path.join(currentPath, '/src/styles/colorschemes/trinity.scss'),
|
|
16
14
|
path.join(currentPath, '/src/scripts/index.js')
|
|
17
15
|
]
|
|
18
16
|
}
|