@caweb/webpack 1.3.43 → 1.4.0-beta.0

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.
Files changed (91) hide show
  1. package/package.json +16 -9
  2. package/{plugins/html/webpack.config.js → webpack.config.js} +77 -49
  3. package/.github/workflows/config-publish.yml +0 -23
  4. package/.github/workflows/plugins-publish.yml +0 -31
  5. package/.github/workflows/test +0 -29
  6. package/.gitmodules +0 -3
  7. package/CHANGELOG.md +0 -270
  8. package/plugins/a11y/README.md +0 -19
  9. package/plugins/a11y/aceconfig.js +0 -44
  10. package/plugins/a11y/changelog.txt +0 -31
  11. package/plugins/a11y/index.js +0 -271
  12. package/plugins/a11y/package-lock.json +0 -3303
  13. package/plugins/a11y/package.json +0 -42
  14. package/plugins/css-audit/README.md +0 -20
  15. package/plugins/css-audit/changelog.txt +0 -41
  16. package/plugins/css-audit/css-audit.config.cjs +0 -5
  17. package/plugins/css-audit/default.config.js +0 -19
  18. package/plugins/css-audit/index.js +0 -326
  19. package/plugins/css-audit/package-lock.json +0 -1522
  20. package/plugins/css-audit/package.json +0 -53
  21. package/plugins/css-audit/sample/no-files.html +0 -9
  22. package/plugins/html/CHANGELOG.md +0 -297
  23. package/plugins/html/README.md +0 -62
  24. package/plugins/html/entry/delta.js +0 -19
  25. package/plugins/html/entry/eureka.js +0 -19
  26. package/plugins/html/entry/mono.js +0 -19
  27. package/plugins/html/entry/oceanside.js +0 -19
  28. package/plugins/html/entry/orangecounty.js +0 -19
  29. package/plugins/html/entry/pasorobles.js +0 -19
  30. package/plugins/html/entry/sacramento.js +0 -19
  31. package/plugins/html/entry/santabarbara.js +0 -19
  32. package/plugins/html/entry/santacruz.js +0 -19
  33. package/plugins/html/entry/shasta.js +0 -19
  34. package/plugins/html/entry/sierra.js +0 -19
  35. package/plugins/html/entry/trinity.js +0 -19
  36. package/plugins/html/index.js +0 -105
  37. package/plugins/html/package-lock.json +0 -22895
  38. package/plugins/html/package.json +0 -135
  39. package/plugins/html/sample/blank.html +0 -13
  40. package/plugins/html/sample/components/alerts.html +0 -32
  41. package/plugins/html/sample/components/animations.html +0 -7
  42. package/plugins/html/sample/components/buttons.html +0 -5
  43. package/plugins/html/sample/components/cards.html +0 -77
  44. package/plugins/html/sample/components/lists.html +0 -75
  45. package/plugins/html/sample/components/locations.html +0 -49
  46. package/plugins/html/sample/components/profile-banners.html +0 -48
  47. package/plugins/html/sample/components/sections.html +0 -16
  48. package/plugins/html/sample/components/service-tiles.html +0 -73
  49. package/plugins/html/sample/components/typography.html +0 -42
  50. package/plugins/html/sample/default.html +0 -53
  51. package/plugins/html/sample/favicon.ico +0 -0
  52. package/plugins/html/sample/images/black_puppy.jpg +0 -0
  53. package/plugins/html/sample/images/dolphin_marine_mammals_water.jpg +0 -0
  54. package/plugins/html/sample/images/grayscale_mountain.jpg +0 -0
  55. package/plugins/html/sample/images/silhouette.png +0 -0
  56. package/plugins/html/sample/images/squirrel_tail_bushy_tail.jpg +0 -0
  57. package/plugins/html/sample/index.html +0 -80
  58. package/plugins/html/sample/missing/content.html +0 -4
  59. package/plugins/html/sample/search.html +0 -55
  60. package/plugins/html/sample/structural/branding.html +0 -21
  61. package/plugins/html/sample/structural/footer.html +0 -47
  62. package/plugins/html/sample/structural/header.html +0 -16
  63. package/plugins/html/sample/structural/mobile-controls.html +0 -5
  64. package/plugins/html/sample/structural/navigation.html +0 -30
  65. package/plugins/html/sample/structural/search.html +0 -13
  66. package/plugins/html/sample/structural/utility-header.html +0 -23
  67. package/plugins/html/scripts/create-entrypoints.js +0 -60
  68. package/plugins/html/scripts/schemes.js +0 -123
  69. package/plugins/html/scripts/update-scripts.js +0 -47
  70. package/plugins/html/scripts/webpack.test.js +0 -41
  71. package/plugins/jshint/.customrc +0 -29
  72. package/plugins/jshint/.jshintrc +0 -31
  73. package/plugins/jshint/README.md +0 -24
  74. package/plugins/jshint/changelog.txt +0 -36
  75. package/plugins/jshint/index.js +0 -291
  76. package/plugins/jshint/package-lock.json +0 -24453
  77. package/plugins/jshint/package.json +0 -50
  78. package/plugins/jshint/reporter.cjs +0 -301
  79. package/plugins/jshint/sample/no-files.html +0 -9
  80. package/plugins/jshint/scripts/webpack.test.js +0 -18
  81. package/sample/index.html +0 -364
  82. package/scripts/update-deps.js +0 -38
  83. /package/{plugins/html/helpers → helpers}/logic/endsWith.js +0 -0
  84. /package/{plugins/html/helpers → helpers}/logic/ifCond.js +0 -0
  85. /package/{plugins/html/helpers → helpers}/object/jsonParse.js +0 -0
  86. /package/{plugins/html/helpers → helpers}/object/jsonStringify.js +0 -0
  87. /package/{plugins/html/helpers → helpers}/string/replace.js +0 -0
  88. /package/{plugins/html/helpers → helpers}/string/toLower.js +0 -0
  89. /package/{plugins/html/helpers → helpers}/string/toTitleCase.js +0 -0
  90. /package/{plugins/html/helpers → helpers}/string/toUpper.js +0 -0
  91. /package/{plugins/html/tsconfig.json → tsconfig.json} +0 -0
@@ -1,53 +0,0 @@
1
- {
2
- "name": "@caweb/css-audit-webpack-plugin",
3
- "version": "1.0.12",
4
- "description": "CAWebPublishing Webpack Plugin to run WordPress CSS Audit",
5
- "type": "module",
6
- "main": "index.js",
7
- "bin": {
8
- "auditor": "bin/auditor/index.js"
9
- },
10
- "files": [
11
- "bin",
12
- "sample",
13
- "css-audit.config.cjs",
14
- "default.config.js",
15
- "index.js",
16
- "README.md"
17
- ],
18
- "author": "CAWebPublishing",
19
- "license": "ISC",
20
- "bugs": {
21
- "url": "https://github.com/CAWebPublishing/webpack/issues"
22
- },
23
- "publishConfig": {
24
- "access": "public"
25
- },
26
- "homepage": "https://github.com/CAWebPublishing/webpack#readme",
27
- "repository": {
28
- "type": "git",
29
- "url": "https://github.com/CAWebPublishing/webpack",
30
- "directory": "plugins/css-audit"
31
- },
32
- "keywords": [
33
- "caweb",
34
- "cagov",
35
- "webpack"
36
- ],
37
- "scripts": {
38
- "webpack": "webpack",
39
- "postinstall": "cd bin/auditor && npm ci",
40
- "test": "echo \"Error: run tests from root\" && exit 0"
41
- },
42
- "dependencies": {
43
- "chalk": "^5.3.0",
44
- "cross-spawn": "^7.0.3",
45
- "deepmerge": "^4.3.1",
46
- "get-all-files": "^5.0.0",
47
- "resolve-bin": "^1.0.1"
48
- },
49
- "devDependencies": {
50
- "webpack": "^5.96.1",
51
- "webpack-cli": "^5.1.4"
52
- }
53
- }
@@ -1,9 +0,0 @@
1
- <html>
2
- <head>
3
- <title>CSS Audit - No Files</title>
4
- </head>
5
- <body>
6
- <strong>No file(s) or directory path(s) were given or default directory was not found.'</strong>
7
- <strong>Auditor did not execute.</strong>
8
- </body>
9
- </html>
@@ -1,297 +0,0 @@
1
- v1.7.12
2
- - Added Link Description to sub navigation items
3
- - Fixed link description color
4
- - Added centered and right classes to card/panel headers
5
-
6
- v1.7.11
7
- - Removed hot update files
8
-
9
- v1.7.10
10
- - Padding to interactive elements changed from 1rem back to .5rem 0
11
- - Padding for link grid and side navigation was made !important
12
-
13
- v1.7.9
14
- - Added the WordPress DependencyExtractionPlugin plugin definition back
15
- - Added tsconfig.json to list of distributed files
16
-
17
- v1.7.8
18
- - Padding to interactive elements not applied to .et_pb_button and .btn classes
19
-
20
- v1.7.7
21
- - Padding to interactive elements changed from .5rem to 1rem
22
-
23
- v1.7.6
24
- - Added .tsx rule and ts-loader
25
- - Added default tsconfig.json config file
26
- - Removed the WordPress DependencyExtractionPlugin plugin definition
27
- - Padding to interactive elements changed from .5rem 0 to .5rem
28
- - Updated npm packages
29
-
30
- v1.7.5
31
- - Added sr-only to social share links in the footer template
32
- - Added text-decoration to a:hover:not(.btn) and a:focus:not(.btn)
33
- - Removed anchor line-height fix and added padding to anchors to correct interactive element not meeting minimum size or spacing
34
- - Updated npm packages
35
-
36
- v1.7.4
37
- - Increased anchor line-height from 1.5 to 1.75 to correct interactive element not meeting minimum size or spacing
38
- - Updated npm packages
39
-
40
- v1.7.3
41
- - Search button focus outline has been lightened to correct color contrast a11y issue
42
-
43
- v1.7.2
44
- - Updated npm packages
45
- - Added @caweb/icon-library when testing
46
- - Updated entrypoints
47
-
48
- v1.7.1
49
- - Updated webpack.config.js
50
-
51
- v1.7.0
52
- - All references related to icons have been removed from template source code and move to new @caweb/icon-library package
53
-
54
- v1.6.2
55
- - Changed serp class to searchpage both in css and body class name to better align with CAWeb theme
56
-
57
- v1.6.1
58
- - Fixed issue with scrolling removing styles when adding scroll-margin-top
59
-
60
- v1.6.0
61
- - Added new Search Engine Results Page (SERP) template
62
- - Search Bar now only appears in header when not on SERP page
63
-
64
- v1.5.29
65
- - Added sanity check before scrolling
66
-
67
- v1.5.28
68
- - Updated npm packages
69
-
70
- v1.5.27
71
- - Fixed issues with anchor links being hidden behind header still
72
- - Updated npm packages
73
-
74
- v1.5.26
75
- - Fixed issue with console log errors being thrown when no location hash is present in url
76
-
77
- v1.5.25
78
- - Fixed issues with anchor links being hidden behind header
79
-
80
- v1.5.24
81
- - Removed statewide alerts link
82
- - Focus outline color updated from 2ea3f2 to 0D81CE
83
-
84
- v1.5.23
85
- - Fixed issue with header height being affected by non div elements before the header
86
- - Updated npm packages
87
-
88
- v1.5.22
89
- - Fixed issue with alerts/utility header scroll height not being calculated correctly
90
-
91
- v1.5.21
92
- - Updated endsWith logic helper
93
- - Fixed issue with header top position/page-container margin-top not updating when scrolling when elements exist above the header
94
-
95
- v1.5.20
96
- - Recompiled src files
97
-
98
- v1.5.19
99
- - Added new assets parameters to head/footer sections for external files to be loaded
100
-
101
- v1.5.18
102
- - Added missing package rtlcss-webpack-plugin
103
-
104
- v1.5.17
105
- - Added missing package rtlcss-webpack-plugin
106
-
107
- v1.5.16
108
- - Fixed issue with breadcrumbs being numbered
109
- - Resolved issue with anchor links being hidden behind fixed header
110
- - Utility header and header alerts now hide when scrolled passed the header
111
-
112
- v1.5.15
113
- - Added default styles to nested ul/ol
114
- - Silencing Dart Sass 3.0.0 deprecation warnings for 'global-builtin', 'import', 'color-functions', 'mixed-decls' until they are removed.
115
- - Added scheme script to allow for schemes to be easily created/removed.
116
-
117
- v1.5.14
118
- - Added changes to dropdown menu popper config
119
-
120
- v1.5.13
121
- - Fixed issue with dropdown menu not scrolling in desktop mode
122
-
123
- v1.5.12
124
- - Restructured mobile controls to allow for menu to be scrollable
125
-
126
- v1.5.11
127
- - Added aria-labels to mobile open/close buttons
128
- - Fixed issue with Footer nav links being centered when in mobile mode
129
-
130
- v1.5.10
131
- - Fixed font size for dropdown menu item
132
-
133
- v1.5.9
134
- - Fixed issue with navigation alignment when using Dropdown
135
-
136
- v1.5.8
137
- - Updated favicon file
138
-
139
- v1.5.7
140
- - Added new endsWith handlebar loader helper function
141
- - Fixed issue with side navigatoin not word breaking
142
- - Fixed issue with cagov logo repeating
143
-
144
- v1.5.6
145
- - Added new ifCond handlebar loader helper function
146
-
147
- v1.5.5
148
- - Refined toLower, toUpper, toTitleCase, replace helper functions
149
-
150
- v1.5.4
151
- - Updated npm scripts
152
- - Fixed issue with initial scheme selection for plugin
153
- - Added toLower, toUpper, toTitleCase, replace, jsonStringify, jsonParse handlebar loader helper functions
154
-
155
- v1.5.3
156
- - Updated anchor typography and nav-link variables colors to match schemes
157
- - Added update scripts script
158
-
159
- v1.5.2
160
- - Fixed issue with webpack plugins still being added even when flags are passed
161
- - Reverted multiple configuration export change back to single config export
162
- - Reduced font size for footer social icons
163
-
164
- v1.5.1
165
- - updated npm packages
166
- - Changed mobile control structure, navigation and search are now in the mobile overlay
167
- - Added logic for header/footer nav, social share links, utility links, Google Search ID, template parameters passable via caweb.json
168
- - Webpack configuration from @caweb/webpack package moved into this configuration
169
- - Webpack config handles --mode flag appropriately
170
- - Webpack config now exports multiple configurations
171
- - Webpack configuration now outputs minified files
172
-
173
- v1.5.0
174
- - Template parameters alerts, logo, passable via caweb.json
175
- - Added logic for alerts, logo
176
-
177
- v1.4.17
178
- - Fixed issue with alerts rendering in mobile
179
-
180
- v1.4.16
181
- - Fixed issue with Card Standout triangle not centering properly
182
-
183
- v1.4.15
184
- - Removed selector false from test script
185
- - Fixed issue with search and navigation flickering when loaded on mobile
186
-
187
- v1.4.14
188
- - Font weight variables removed
189
- - Side navigation List and Step Lists styles added back to lists
190
- - Fixed issue with mobile controls
191
-
192
- v1.4.13
193
- - Dark mode script turned off
194
-
195
- v1.4.12
196
- - Updated ca-gov-logo-svg
197
- - Added link grid styles back
198
- - Added breadcrumbs styles back
199
- - Added side-navigation styles back
200
-
201
- v1.4.11
202
- - Added cursor- utility classes
203
-
204
- v1.4.10
205
- - Unnested search styles
206
-
207
- v1.4.9
208
- - Fixed issue with page-title,page-date not styling like containers
209
- - Fixed issue with executive profiles dark text
210
- - Fixed issue with understated card header color
211
-
212
- v1.4.8
213
- - Increased font size for Service Tile more button
214
-
215
- v1.4.7
216
- - Fixed issue with Service Tile more button
217
-
218
- v1.4.6
219
- - Removed margin-bottom from headings
220
- - Fixed issue with social-share-colors
221
- - Added new dark theme support for High Contrast Mode
222
-
223
- v1.4.5
224
- - Fixed issue with project sample favicon not picking up
225
-
226
- v1.4.4
227
- - External link now apply to all links with target = _blank
228
-
229
- v1.4.3
230
- - Dropdown nav menu width set to auto
231
- - Removed background color from location banner more details button
232
-
233
- v1.4.2
234
- - Added sample images
235
- - Test template was removed
236
- - Updated test scripts
237
- - Updated template files
238
-
239
- v1.4.1
240
- - Added gray-50 to bootstrap gray mapping
241
- - Added background color to footer
242
-
243
- v1.4.0
244
- - Added new test template and sample files
245
- - Template source files have been completely redone
246
- - Added Animate.css https://animate.style/
247
- - Added Bootstrap Forced Colors CSS https://www.npmjs.com/package/bootstrap-forced-colors-css
248
- - Updated npm packages
249
- - Added html-webpack-link-type-plugin
250
-
251
- v1.3.3
252
- - Updated Readme
253
-
254
- v1.3.2
255
- - Removed extra year from footer sample
256
- - Added new font json script file
257
- - Updated npm packages
258
-
259
- v1.3.1
260
- - Updated icon font library
261
- - Moved icon font out of components directory
262
- - Updated entrypoints to generate font-only sheet
263
-
264
- v1.3.0
265
- - Remediated State Template 6.3.2 source files
266
-
267
- v1.2.2
268
- - Added favicon to default
269
-
270
- v1.2.1
271
- - Removed console messages
272
-
273
- v1.2.0
274
- - Added new CAWebHTMLPlugin class which extends HtmlWebpackPlugin
275
- - Moved @wordpress/scripts defaults to base configurations
276
-
277
- v1.1.2
278
- - Renamed index.html to blank.html to match args
279
-
280
- v1.1.1
281
- - Rolled changes back to index.html
282
- - Added default.html for templating
283
-
284
- v1.1.0
285
- - Added State Template 6.3.2 source files
286
- - Added script to generate multiple entrypoints for use when serving
287
- - Added webconfig for multiple entrypoints based on colorschemes
288
- - Added header/footer initial structural markup
289
-
290
- v1.0.2
291
- - Added content to template parameters
292
-
293
- v1.0.1
294
- - Added Page Template to HTML Plugin
295
-
296
- v1.0.0
297
- - Initial CAWeb HTML Webpack Plugin added
@@ -1,62 +0,0 @@
1
- This plugin utilizes the HTML Webpack Plugin to launch static generated pages using the CAWeb Template (formerly the California State Template)
2
-
3
- <i>This package is inspired by [wp-scripts](https://www.npmjs.com/package/@wordpress/scripts) and [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin)</i>
4
-
5
- ## Plugins Used
6
- - [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin)
7
-
8
- ## Installation
9
- <pre>npm install --save-dev @caweb/html-webpack-plugin</pre>
10
-
11
- ## Get Started
12
- In your Webpack configuration simply add the plugin to your existing plugin array.
13
-
14
- <pre>
15
- import CAWebHTMLPlugin from '@caweb/html-webpack-plugin';
16
-
17
- export default {
18
- plugins: [
19
- new CAWebHTMLPlugin()
20
- ]
21
- }
22
- </pre>
23
-
24
- ## Options
25
- All html-webpack-plugin [options](https://github.com/jantimon/html-webpack-plugin?tab=readme-ov-file#options) are available along with the following:
26
- <code>template</code> - blank or default, Default will launch a site with a templated header/footer area, blank will not.
27
- <code>scheme</code> - Colorscheme to utilitze.
28
- **Available schemes:**
29
- * delta
30
- * eureka
31
- * mono
32
- * oceanside
33
- * orangecounty
34
- * pasorobles
35
- * sacramento
36
- * santabarbara
37
- * santacruz
38
- * shasta
39
- * sierra
40
- * trinity
41
-
42
- ## How to use this repository
43
- There are various different scripts that can be ran
44
-
45
- ### Build
46
- <code>npm run build</code> - will build all colorschemes minified and unminified.
47
- <code>npm run build:prod</code> - will build all colorschemes minified only.
48
- <code>npm run build:dev</code> - will build all colorschemes unminified only.
49
-
50
- <code>npm run build:&lt;colorscheme&gt;</code> - will build that specific colorscheme minified and unminified.
51
- <code>npm run build:&lt;colorscheme&gt;:prod</code> - will build that specific colorscheme minified only.
52
- <code>npm run build:&lt;colorscheme&gt;:dev</code> - will build that specific colorscheme unminified only.
53
-
54
- ### Serve
55
- <code>npm run serve:&lt;colorscheme&gt;</code> - will serve that specific colorscheme and also run a11y checks, css audits, jshints.
56
- <code>npm run serve:&lt;colorscheme&gt;:quick</code> - will serve that specific colorscheme without running a11y checks, css audits, jshints.
57
-
58
- ### Update scripts
59
- <code>npm run update-scripts</code> - This will regenerate the build/serve commands.
60
-
61
- ### Creating Entrypoints
62
- <code>npm run create-entrypoint</code> - This will generate a webpack entrypoint for each of the colorschemes in the ./src/styles/colorschemes directory.
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- delta: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/delta.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- eureka: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/eureka.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- mono: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/mono.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- oceanside: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/oceanside.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- orangecounty: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/orangecounty.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- pasorobles: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/pasorobles.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- sacramento: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/sacramento.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- santabarbara: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/santabarbara.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- santacruz: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/santacruz.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- shasta: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/shasta.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- sierra: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/sierra.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-
@@ -1,19 +0,0 @@
1
- /**
2
- * Autogenerated Entrypoint
3
- * DO NOT MODIFY
4
- */
5
-
6
- import path from 'path';
7
- import { fileURLToPath } from 'url';
8
- const currentPath = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');
9
-
10
- export default {
11
- entry: {
12
- trinity: [
13
- path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
14
- path.join(currentPath, '/src/styles/colorschemes/trinity.scss'),
15
- path.join(currentPath, '/src/scripts/index.js')
16
- ]
17
- }
18
- };
19
-