@web/rollup-plugin-html 2.1.0 → 2.1.2

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 (69) hide show
  1. package/dist/assets/utils.js +2 -2
  2. package/dist/assets/utils.js.map +1 -1
  3. package/dist/index.d.ts +2 -2
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +3 -3
  6. package/dist/index.js.map +1 -1
  7. package/dist/input/addRollupInput.d.ts +1 -1
  8. package/dist/input/addRollupInput.d.ts.map +1 -1
  9. package/dist/input/addRollupInput.js +2 -2
  10. package/dist/input/addRollupInput.js.map +1 -1
  11. package/dist/input/extract/extractAssets.d.ts +1 -1
  12. package/dist/input/extract/extractAssets.d.ts.map +1 -1
  13. package/dist/input/extract/extractAssets.js +5 -5
  14. package/dist/input/extract/extractAssets.js.map +1 -1
  15. package/dist/input/extract/extractModules.d.ts +1 -1
  16. package/dist/input/extract/extractModules.d.ts.map +1 -1
  17. package/dist/input/extract/extractModules.js +2 -2
  18. package/dist/input/extract/extractModules.js.map +1 -1
  19. package/dist/input/extract/extractModulesAndAssets.d.ts +3 -3
  20. package/dist/input/extract/extractModulesAndAssets.js +4 -4
  21. package/dist/input/extract/extractModulesAndAssets.js.map +1 -1
  22. package/dist/input/getInputData.d.ts +2 -2
  23. package/dist/input/getInputData.d.ts.map +1 -1
  24. package/dist/input/getInputData.js +9 -9
  25. package/dist/input/getInputData.js.map +1 -1
  26. package/dist/input/normalizeInputOptions.d.ts +1 -1
  27. package/dist/input/normalizeInputOptions.d.ts.map +1 -1
  28. package/dist/input/normalizeInputOptions.js +4 -4
  29. package/dist/input/normalizeInputOptions.js.map +1 -1
  30. package/dist/output/createHTMLOutput.d.ts +3 -3
  31. package/dist/output/createHTMLOutput.d.ts.map +1 -1
  32. package/dist/output/createHTMLOutput.js +6 -6
  33. package/dist/output/createHTMLOutput.js.map +1 -1
  34. package/dist/output/getEntrypointBundles.js +6 -6
  35. package/dist/output/getEntrypointBundles.js.map +1 -1
  36. package/dist/output/getOutputHTML.d.ts +1 -1
  37. package/dist/output/getOutputHTML.d.ts.map +1 -1
  38. package/dist/output/getOutputHTML.js +10 -10
  39. package/dist/output/getOutputHTML.js.map +1 -1
  40. package/dist/output/injectBundles.d.ts +1 -1
  41. package/dist/output/injectBundles.d.ts.map +1 -1
  42. package/dist/output/injectBundles.js +2 -2
  43. package/dist/output/injectBundles.js.map +1 -1
  44. package/dist/output/injectedUpdatedAssetPaths.d.ts +2 -2
  45. package/dist/output/injectedUpdatedAssetPaths.d.ts.map +1 -1
  46. package/dist/output/injectedUpdatedAssetPaths.js +10 -10
  47. package/dist/output/injectedUpdatedAssetPaths.js.map +1 -1
  48. package/dist/rollupPluginHTML.d.ts +2 -2
  49. package/dist/rollupPluginHTML.d.ts.map +1 -1
  50. package/dist/rollupPluginHTML.js +19 -19
  51. package/dist/rollupPluginHTML.js.map +1 -1
  52. package/dist/utils.d.ts +1 -1
  53. package/dist/utils.d.ts.map +1 -1
  54. package/package.json +3 -3
  55. package/src/assets/utils.ts +1 -1
  56. package/src/index.ts +2 -2
  57. package/src/input/addRollupInput.ts +2 -2
  58. package/src/input/extract/extractAssets.ts +2 -2
  59. package/src/input/extract/extractModules.ts +2 -2
  60. package/src/input/extract/extractModulesAndAssets.ts +2 -2
  61. package/src/input/getInputData.ts +8 -8
  62. package/src/input/normalizeInputOptions.ts +2 -2
  63. package/src/output/createHTMLOutput.ts +6 -6
  64. package/src/output/getEntrypointBundles.ts +2 -2
  65. package/src/output/getOutputHTML.ts +6 -6
  66. package/src/output/injectBundles.ts +2 -2
  67. package/src/output/injectedUpdatedAssetPaths.ts +5 -5
  68. package/src/rollupPluginHTML.ts +7 -7
  69. package/src/utils.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  import { Document, Attribute } from 'parse5';
2
- import { EntrypointBundle } from '../RollupPluginHTMLOptions';
2
+ import { EntrypointBundle } from '../RollupPluginHTMLOptions.js';
3
3
  export declare function createLoadScript(src: string, format: string, attributes?: Attribute[]): import("parse5").Element;
4
4
  export declare function injectBundles(document: Document, entrypointBundles: Record<string, EntrypointBundle>): void;
5
5
  //# sourceMappingURL=injectBundles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"injectBundles.d.ts","sourceRoot":"","sources":["../../src/output/injectBundles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAG7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAG9D,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,SAAS,EAAE,4BAgBrF;AAED,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,QAAQ,EAClB,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,QAiBpD"}
1
+ {"version":3,"file":"injectBundles.d.ts","sourceRoot":"","sources":["../../src/output/injectBundles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAG7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,SAAS,EAAE,4BAgBrF;AAED,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,QAAQ,EAClB,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,QAiBpD"}
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.injectBundles = exports.createLoadScript = void 0;
4
4
  const parse5_utils_1 = require("@web/parse5-utils");
5
- const utils_1 = require("../utils");
5
+ const utils_js_1 = require("../utils.js");
6
6
  function createLoadScript(src, format, attributes) {
7
7
  const attributesObject = {};
8
8
  if (attributes) {
@@ -26,7 +26,7 @@ function injectBundles(document, entrypointBundles) {
26
26
  }
27
27
  for (const { options, entrypoints } of Object.values(entrypointBundles)) {
28
28
  if (!options.format)
29
- throw (0, utils_1.createError)('Missing output format.');
29
+ throw (0, utils_js_1.createError)('Missing output format.');
30
30
  for (const entrypoint of entrypoints) {
31
31
  (0, parse5_utils_1.appendChild)(body, createLoadScript(entrypoint.importPath, options.format, entrypoint.attributes));
32
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"injectBundles.js","sourceRoot":"","sources":["../../src/output/injectBundles.ts"],"names":[],"mappings":";;;AACA,oDAAuF;AAGvF,oCAAuC;AAEvC,SAAgB,gBAAgB,CAAC,GAAW,EAAE,MAAc,EAAE,UAAwB;IACpF,MAAM,gBAAgB,GAA2B,EAAE,CAAC;IACpD,IAAI,UAAU,EAAE;QACd,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE;YAClC,gBAAgB,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC;SACpD;KACF;IACD,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QAC5C,OAAO,IAAA,2BAAY,kBAAG,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAK,gBAAgB,EAAG,CAAC;KACnE;IAED,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QAC3C,OAAO,IAAA,2BAAY,EAAC,EAAE,EAAE,iBAAiB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;KACnE;IAED,OAAO,IAAA,2BAAY,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;AAC1C,CAAC;AAhBD,4CAgBC;AAED,SAAgB,aAAa,CAC3B,QAAkB,EAClB,iBAAmD;IAEnD,MAAM,IAAI,GAAG,IAAA,0BAAW,EAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,IAAA,yBAAU,EAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC;IAClE,IAAI,CAAC,IAAI,EAAE;QACT,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAC;KACnD;IAED,KAAK,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,EAAE;QACvE,IAAI,CAAC,OAAO,CAAC,MAAM;YAAE,MAAM,IAAA,mBAAW,EAAC,wBAAwB,CAAC,CAAC;QAEjE,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;YACpC,IAAA,0BAAW,EACT,IAAI,EACJ,gBAAgB,CAAC,UAAU,CAAC,UAAU,EAAE,OAAO,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC,CAC/E,CAAC;SACH;KACF;AACH,CAAC;AAnBD,sCAmBC"}
1
+ {"version":3,"file":"injectBundles.js","sourceRoot":"","sources":["../../src/output/injectBundles.ts"],"names":[],"mappings":";;;AACA,oDAAuF;AAGvF,0CAA0C;AAE1C,SAAgB,gBAAgB,CAAC,GAAW,EAAE,MAAc,EAAE,UAAwB;IACpF,MAAM,gBAAgB,GAA2B,EAAE,CAAC;IACpD,IAAI,UAAU,EAAE;QACd,KAAK,MAAM,SAAS,IAAI,UAAU,EAAE;YAClC,gBAAgB,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC;SACpD;KACF;IACD,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QAC5C,OAAO,IAAA,2BAAY,kBAAG,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAK,gBAAgB,EAAG,CAAC;KACnE;IAED,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QAC3C,OAAO,IAAA,2BAAY,EAAC,EAAE,EAAE,iBAAiB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;KACnE;IAED,OAAO,IAAA,2BAAY,EAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;AAC1C,CAAC;AAhBD,4CAgBC;AAED,SAAgB,aAAa,CAC3B,QAAkB,EAClB,iBAAmD;IAEnD,MAAM,IAAI,GAAG,IAAA,0BAAW,EAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,IAAA,yBAAU,EAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC;IAClE,IAAI,CAAC,IAAI,EAAE;QACT,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAC;KACnD;IAED,KAAK,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,EAAE;QACvE,IAAI,CAAC,OAAO,CAAC,MAAM;YAAE,MAAM,IAAA,sBAAW,EAAC,wBAAwB,CAAC,CAAC;QAEjE,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;YACpC,IAAA,0BAAW,EACT,IAAI,EACJ,gBAAgB,CAAC,UAAU,CAAC,UAAU,EAAE,OAAO,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC,CAC/E,CAAC;SACH;KACF;AACH,CAAC;AAnBD,sCAmBC"}
@@ -1,6 +1,6 @@
1
1
  import { Document } from 'parse5';
2
- import { InputData } from '../input/InputData';
3
- import { EmittedAssets } from './emitAssets';
2
+ import { InputData } from '../input/InputData.js';
3
+ import { EmittedAssets } from './emitAssets.js';
4
4
  export interface InjectUpdatedAssetPathsArgs {
5
5
  document: Document;
6
6
  input: InputData;
@@ -1 +1 @@
1
- {"version":3,"file":"injectedUpdatedAssetPaths.d.ts","sourceRoot":"","sources":["../../src/output/injectedUpdatedAssetPaths.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAUlC,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAG7C,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAaD,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,2BAA2B,QAmD1E"}
1
+ {"version":3,"file":"injectedUpdatedAssetPaths.d.ts","sourceRoot":"","sources":["../../src/output/injectedUpdatedAssetPaths.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAUlC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAaD,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,2BAA2B,QAmD1E"}
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.injectedUpdatedAssetPaths = void 0;
7
7
  const parse5_utils_1 = require("@web/parse5-utils");
8
8
  const path_1 = __importDefault(require("path"));
9
- const utils_1 = require("../assets/utils");
10
- const utils_2 = require("../utils");
11
- const utils_3 = require("./utils");
9
+ const utils_js_1 = require("../assets/utils.js");
10
+ const utils_js_2 = require("../utils.js");
11
+ const utils_js_3 = require("./utils.js");
12
12
  function getSrcSetUrlWidthPairs(srcset) {
13
13
  if (!srcset) {
14
14
  return [];
@@ -21,24 +21,24 @@ function getSrcSetUrlWidthPairs(srcset) {
21
21
  }
22
22
  function injectedUpdatedAssetPaths(args) {
23
23
  const { document, input, outputDir, rootDir, emittedAssets, publicPath = './', absolutePathPrefix, } = args;
24
- const assetNodes = (0, utils_1.findAssets)(document);
24
+ const assetNodes = (0, utils_js_1.findAssets)(document);
25
25
  for (const node of assetNodes) {
26
- const sourcePaths = (0, utils_1.getSourcePaths)(node);
26
+ const sourcePaths = (0, utils_js_1.getSourcePaths)(node);
27
27
  for (const sourcePath of sourcePaths) {
28
28
  const htmlFilePath = input.filePath ? input.filePath : path_1.default.join(rootDir, input.name);
29
29
  const htmlDir = path_1.default.dirname(htmlFilePath);
30
- const filePath = (0, utils_1.resolveAssetFilePath)(sourcePath, htmlDir, rootDir, absolutePathPrefix);
31
- const assetPaths = (0, utils_1.isHashedAsset)(node) ? emittedAssets.hashed : emittedAssets.static;
30
+ const filePath = (0, utils_js_1.resolveAssetFilePath)(sourcePath, htmlDir, rootDir, absolutePathPrefix);
31
+ const assetPaths = (0, utils_js_1.isHashedAsset)(node) ? emittedAssets.hashed : emittedAssets.static;
32
32
  const relativeOutputPath = assetPaths.get(filePath);
33
33
  if (!relativeOutputPath) {
34
- throw (0, utils_2.createError)(`Something went wrong while bundling HTML file ${input.name}. Could not find ${filePath} in emitted rollup assets.`);
34
+ throw (0, utils_js_2.createError)(`Something went wrong while bundling HTML file ${input.name}. Could not find ${filePath} in emitted rollup assets.`);
35
35
  }
36
36
  const htmlOutputFilePath = path_1.default.join(outputDir, input.name);
37
37
  const htmlOutputDir = path_1.default.dirname(htmlOutputFilePath);
38
38
  const absoluteOutputPath = path_1.default.join(outputDir, relativeOutputPath);
39
39
  const relativePathToHtmlFile = path_1.default.relative(htmlOutputDir, absoluteOutputPath);
40
- const browserPath = path_1.default.posix.join(publicPath, (0, utils_3.toBrowserPath)(relativePathToHtmlFile));
41
- const key = (0, utils_1.getSourceAttribute)(node);
40
+ const browserPath = path_1.default.posix.join(publicPath, (0, utils_js_3.toBrowserPath)(relativePathToHtmlFile));
41
+ const key = (0, utils_js_1.getSourceAttribute)(node);
42
42
  let newAttributeValue = browserPath;
43
43
  if (key === 'srcset') {
44
44
  const srcset = (0, parse5_utils_1.getAttribute)(node, key);
@@ -1 +1 @@
1
- {"version":3,"file":"injectedUpdatedAssetPaths.js","sourceRoot":"","sources":["../../src/output/injectedUpdatedAssetPaths.ts"],"names":[],"mappings":";;;;;;AAAA,oDAA+D;AAE/D,gDAAwB;AAExB,2CAMyB;AAEzB,oCAAuC;AAEvC,mCAAwC;AAYxC,SAAS,sBAAsB,CAAC,MAAc;IAC5C,IAAI,CAAC,MAAM,EAAE;QACX,OAAO,EAAE,CAAC;KACX;IACD,MAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC;IACxE,MAAM,IAAI,GAAG,WAAW;SACrB,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;SACtB,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC5D,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAiC;IACzE,MAAM,EACJ,QAAQ,EACR,KAAK,EACL,SAAS,EACT,OAAO,EACP,aAAa,EACb,UAAU,GAAG,IAAI,EACjB,kBAAkB,GACnB,GAAG,IAAI,CAAC;IACT,MAAM,UAAU,GAAG,IAAA,kBAAU,EAAC,QAAQ,CAAC,CAAC;IAExC,KAAK,MAAM,IAAI,IAAI,UAAU,EAAE;QAC7B,MAAM,WAAW,GAAG,IAAA,sBAAc,EAAC,IAAI,CAAC,CAAC;QACzC,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;YACpC,MAAM,YAAY,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,cAAI,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;YACtF,MAAM,OAAO,GAAG,cAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;YAC3C,MAAM,QAAQ,GAAG,IAAA,4BAAoB,EAAC,UAAU,EAAE,OAAO,EAAE,OAAO,EAAE,kBAAkB,CAAC,CAAC;YACxF,MAAM,UAAU,GAAG,IAAA,qBAAa,EAAC,IAAI,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC;YACrF,MAAM,kBAAkB,GAAG,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;YAEpD,IAAI,CAAC,kBAAkB,EAAE;gBACvB,MAAM,IAAA,mBAAW,EACf,iDAAiD,KAAK,CAAC,IAAI,oBAAoB,QAAQ,4BAA4B,CACpH,CAAC;aACH;YACD,MAAM,kBAAkB,GAAG,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;YAC5D,MAAM,aAAa,GAAG,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;YACvD,MAAM,kBAAkB,GAAG,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAAC;YACpE,MAAM,sBAAsB,GAAG,cAAI,CAAC,QAAQ,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAAC;YAEhF,MAAM,WAAW,GAAG,cAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,IAAA,qBAAa,EAAC,sBAAsB,CAAC,CAAC,CAAC;YACvF,MAAM,GAAG,GAAG,IAAA,0BAAkB,EAAC,IAAI,CAAC,CAAC;YAErC,IAAI,iBAAiB,GAAG,WAAW,CAAC;YACpC,IAAI,GAAG,KAAK,QAAQ,EAAE;gBACpB,MAAM,MAAM,GAAG,IAAA,2BAAY,EAAC,IAAI,EAAE,GAAG,CAAC,CAAC;gBACvC,IAAI,MAAM,EAAE;oBACV,MAAM,aAAa,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;oBACrD,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE;wBACxC,IAAI,YAAY,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;4BAClC,YAAY,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC;yBAC/B;qBACF;oBACD,iBAAiB,GAAG,aAAa,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;iBAC1F;aACF;YAED,IAAA,2BAAY,EAAC,IAAI,EAAE,GAAG,EAAE,iBAAiB,CAAC,CAAC;SAC5C;KACF;AACH,CAAC;AAnDD,8DAmDC"}
1
+ {"version":3,"file":"injectedUpdatedAssetPaths.js","sourceRoot":"","sources":["../../src/output/injectedUpdatedAssetPaths.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { Plugin } from 'rollup';
2
- import { InputData } from './input/InputData';
3
- import { RollupPluginHTMLOptions, TransformHtmlFunction } from './RollupPluginHTMLOptions';
2
+ import { InputData } from './input/InputData.js';
3
+ import { RollupPluginHTMLOptions, TransformHtmlFunction } from './RollupPluginHTMLOptions.js';
4
4
  export interface RollupPluginHtml extends Plugin {
5
5
  api: {
6
6
  getInputs(): InputData[];
@@ -1 +1 @@
1
- {"version":3,"file":"rollupPluginHTML.d.ts","sourceRoot":"","sources":["../src/rollupPluginHTML.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKhC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAG9C,OAAO,EAEL,uBAAuB,EAEvB,qBAAqB,EACtB,MAAM,2BAA2B,CAAC;AAInC,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,GAAG,EAAE;QACH,SAAS,IAAI,SAAS,EAAE,CAAC;QACzB,kBAAkB,CAAC,qBAAqB,EAAE,qBAAqB,GAAG,IAAI,CAAC;QACvE,oBAAoB,IAAI,IAAI,CAAC;QAC7B,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;KACjC,CAAC;CACH;AAED,wBAAgB,gBAAgB,CAAC,aAAa,GAAE,uBAA4B,GAAG,gBAAgB,CAsM9F"}
1
+ {"version":3,"file":"rollupPluginHTML.d.ts","sourceRoot":"","sources":["../src/rollupPluginHTML.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKhC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,uBAAuB,EAEvB,qBAAqB,EACtB,MAAM,8BAA8B,CAAC;AAItC,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,GAAG,EAAE;QACH,SAAS,IAAI,SAAS,EAAE,CAAC;QACzB,kBAAkB,CAAC,qBAAqB,EAAE,qBAAqB,GAAG,IAAI,CAAC;QACvE,oBAAoB,IAAI,IAAI,CAAC;QAC7B,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;KACjC,CAAC;CACH;AAED,wBAAgB,gBAAgB,CAAC,aAAa,GAAE,uBAA4B,GAAG,gBAAgB,CAsM9F"}
@@ -5,11 +5,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.rollupPluginHTML = void 0;
7
7
  const path_1 = __importDefault(require("path"));
8
- const addRollupInput_1 = require("./input/addRollupInput");
9
- const getInputData_1 = require("./input/getInputData");
10
- const createHTMLOutput_1 = require("./output/createHTMLOutput");
11
- const utils_1 = require("./utils");
12
- const emitAssets_1 = require("./output/emitAssets");
8
+ const addRollupInput_js_1 = require("./input/addRollupInput.js");
9
+ const getInputData_js_1 = require("./input/getInputData.js");
10
+ const createHTMLOutput_js_1 = require("./output/createHTMLOutput.js");
11
+ const utils_js_1 = require("./utils.js");
12
+ const emitAssets_js_1 = require("./output/emitAssets.js");
13
13
  function rollupPluginHTML(pluginOptions = {}) {
14
14
  const multiOutputNames = [];
15
15
  let inputs = [];
@@ -29,7 +29,7 @@ function rollupPluginHTML(pluginOptions = {}) {
29
29
  name: '@web/rollup-plugin-html',
30
30
  options(inputOptions) {
31
31
  reset();
32
- inputs = (0, getInputData_1.getInputData)(pluginOptions, inputOptions.input);
32
+ inputs = (0, getInputData_js_1.getInputData)(pluginOptions, inputOptions.input);
33
33
  const moduleImports = [];
34
34
  for (const input of inputs) {
35
35
  moduleImports.push(...input.moduleImports);
@@ -37,7 +37,7 @@ function rollupPluginHTML(pluginOptions = {}) {
37
37
  if (moduleImports.length === 0) {
38
38
  // if there are only pages with pure HTML we need to make sure there is at
39
39
  // least some input for rollup
40
- moduleImports.push(utils_1.NOOP_IMPORT);
40
+ moduleImports.push(utils_js_1.NOOP_IMPORT);
41
41
  }
42
42
  if (pluginOptions.serviceWorkerPath) {
43
43
  serviceWorkerPath = pluginOptions.serviceWorkerPath;
@@ -57,7 +57,7 @@ function rollupPluginHTML(pluginOptions = {}) {
57
57
  }
58
58
  else {
59
59
  // we need to add modules to existing rollup input
60
- return (0, addRollupInput_1.addRollupInput)(inputOptions, moduleImports);
60
+ return (0, addRollupInput_js_1.addRollupInput)(inputOptions, moduleImports);
61
61
  }
62
62
  },
63
63
  /** Watch input files when running in watch mode */
@@ -74,8 +74,8 @@ function rollupPluginHTML(pluginOptions = {}) {
74
74
  },
75
75
  /** Notifies rollup that we will be handling these modules */
76
76
  resolveId(id) {
77
- if (id === utils_1.NOOP_IMPORT.importPath) {
78
- return utils_1.NOOP_IMPORT.importPath;
77
+ if (id === utils_js_1.NOOP_IMPORT.importPath) {
78
+ return utils_js_1.NOOP_IMPORT.importPath;
79
79
  }
80
80
  for (const input of inputs) {
81
81
  if (input.inlineModules.find(mod => mod.importPath === id)) {
@@ -85,7 +85,7 @@ function rollupPluginHTML(pluginOptions = {}) {
85
85
  },
86
86
  /** Provide code for modules we are handling */
87
87
  load(id) {
88
- if (id === utils_1.NOOP_IMPORT.importPath) {
88
+ if (id === utils_js_1.NOOP_IMPORT.importPath) {
89
89
  return 'export default "noop"';
90
90
  }
91
91
  for (const input of inputs) {
@@ -106,11 +106,11 @@ function rollupPluginHTML(pluginOptions = {}) {
106
106
  return;
107
107
  }
108
108
  if (!options.dir) {
109
- throw (0, utils_1.createError)('Rollup output options must have a dir option set to emit an HTML file.');
109
+ throw (0, utils_js_1.createError)('Rollup output options must have a dir option set to emit an HTML file.');
110
110
  }
111
111
  generatedBundles.push({ name: 'default', options, bundle });
112
- const emittedAssets = await emitAssets_1.emitAssets.call(this, inputs, pluginOptions);
113
- const outputs = await (0, createHTMLOutput_1.createHTMLOutput)({
112
+ const emittedAssets = await emitAssets_js_1.emitAssets.call(this, inputs, pluginOptions);
113
+ const outputs = await (0, createHTMLOutput_js_1.createHTMLOutput)({
114
114
  outputDir: path_1.default.resolve(options.dir),
115
115
  inputs,
116
116
  emittedAssets,
@@ -139,24 +139,24 @@ function rollupPluginHTML(pluginOptions = {}) {
139
139
  },
140
140
  addOutput(name) {
141
141
  if (!name || multiOutputNames.includes(name)) {
142
- throw (0, utils_1.createError)('Each output must have a unique name');
142
+ throw (0, utils_js_1.createError)('Each output must have a unique name');
143
143
  }
144
144
  multiOutputNames.push(name);
145
145
  return {
146
146
  name: `@web/rollup-plugin-html-multi-output-${multiOutputNames.length}`,
147
147
  async generateBundle(options, bundle) {
148
148
  if (!options.dir) {
149
- throw (0, utils_1.createError)(`Output ${name} must have a dir option set.`);
149
+ throw (0, utils_js_1.createError)(`Output ${name} must have a dir option set.`);
150
150
  }
151
151
  generatedBundles.push({ name, options, bundle });
152
152
  if (generatedBundles.length === multiOutputNames.length) {
153
153
  // this is the last build, emit the HTML files
154
154
  const outputDirs = new Set(generatedBundles.map(b => b.options.dir));
155
155
  if (outputDirs.size !== 1) {
156
- throw (0, utils_1.createError)('Unable to emit HTML output. Multiple rollup build outputs have a different output directory set.');
156
+ throw (0, utils_js_1.createError)('Unable to emit HTML output. Multiple rollup build outputs have a different output directory set.');
157
157
  }
158
- const emittedAssets = await emitAssets_1.emitAssets.call(this, inputs, pluginOptions);
159
- const outputs = await (0, createHTMLOutput_1.createHTMLOutput)({
158
+ const emittedAssets = await emitAssets_js_1.emitAssets.call(this, inputs, pluginOptions);
159
+ const outputs = await (0, createHTMLOutput_js_1.createHTMLOutput)({
160
160
  outputDir: path_1.default.resolve(options.dir),
161
161
  inputs,
162
162
  emittedAssets,
@@ -1 +1 @@
1
- {"version":3,"file":"rollupPluginHTML.js","sourceRoot":"","sources":["../src/rollupPluginHTML.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"rollupPluginHTML.js","sourceRoot":"","sources":["../src/rollupPluginHTML.ts"],"names":[],"mappings":"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"}
package/dist/utils.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ScriptModuleTag } from './RollupPluginHTMLOptions';
1
+ import { ScriptModuleTag } from './RollupPluginHTMLOptions.js';
2
2
  export declare const NOOP_IMPORT: ScriptModuleTag;
3
3
  export declare function createError(msg: string): Error;
4
4
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAI5D,eAAO,MAAM,WAAW,EAAE,eAAgE,CAAC;AAE3F,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,SAEtC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAI/D,eAAO,MAAM,WAAW,EAAE,eAAgE,CAAC;AAE3F,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,SAEtC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web/rollup-plugin-html",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,12 +45,12 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@web/parse5-utils": "^2.1.0",
48
- "glob": "^7.1.6",
48
+ "glob": "^10.0.0",
49
49
  "html-minifier-terser": "^7.1.0",
50
50
  "parse5": "^6.0.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/html-minifier-terser": "^7.0.0",
54
- "rollup": "^3.15.0"
54
+ "rollup": "^4.4.0"
55
55
  }
56
56
  }
@@ -1,7 +1,7 @@
1
1
  import { Document, Element } from 'parse5';
2
2
  import path from 'path';
3
3
  import { findElements, getTagName, getAttribute } from '@web/parse5-utils';
4
- import { createError } from '../utils';
4
+ import { createError } from '../utils.js';
5
5
  import { serialize } from 'v8';
6
6
 
7
7
  const hashedLinkRels = ['stylesheet'];
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { rollupPluginHTML, RollupPluginHtml } from './rollupPluginHTML';
1
+ import { rollupPluginHTML, RollupPluginHtml } from './rollupPluginHTML.js';
2
2
 
3
3
  export {
4
4
  InputHTMLOptions,
@@ -8,7 +8,7 @@ export {
8
8
  TransformHtmlArgs,
9
9
  TransformHtmlFunction,
10
10
  TransformAssetFunction,
11
- } from './RollupPluginHTMLOptions';
11
+ } from './RollupPluginHTMLOptions.js';
12
12
 
13
13
  export { rollupPluginHTML, RollupPluginHtml };
14
14
  export default rollupPluginHTML;
@@ -1,6 +1,6 @@
1
1
  import { InputOptions } from 'rollup';
2
- import { ScriptModuleTag } from '../RollupPluginHTMLOptions';
3
- import { createError } from '../utils';
2
+ import { ScriptModuleTag } from '../RollupPluginHTMLOptions.js';
3
+ import { createError } from '../utils.js';
4
4
 
5
5
  function fromEntries<V>(entries: [string, V][]) {
6
6
  const obj: Record<string, V> = {};
@@ -1,13 +1,13 @@
1
1
  import { Document, serialize } from 'parse5';
2
2
  import fs from 'fs';
3
3
  import path from 'path';
4
- import { InputAsset } from '../InputData';
4
+ import { InputAsset } from '../InputData.js';
5
5
  import {
6
6
  findAssets,
7
7
  getSourcePaths,
8
8
  isHashedAsset,
9
9
  resolveAssetFilePath,
10
- } from '../../assets/utils';
10
+ } from '../../assets/utils.js';
11
11
 
12
12
  export interface ExtractAssetsParams {
13
13
  document: Document;
@@ -2,9 +2,9 @@ import { findElements, getAttribute, getTagName, getTextContent, remove } from '
2
2
  import { Document, Attribute } from 'parse5';
3
3
  import path from 'path';
4
4
  import crypto from 'crypto';
5
- import { resolveAssetFilePath } from '../../assets/utils';
5
+ import { resolveAssetFilePath } from '../../assets/utils.js';
6
6
  import { getAttributes } from '@web/parse5-utils';
7
- import { ScriptModuleTag } from '../../RollupPluginHTMLOptions';
7
+ import { ScriptModuleTag } from '../../RollupPluginHTMLOptions.js';
8
8
 
9
9
  export interface ExtractModulesParams {
10
10
  document: Document;
@@ -1,7 +1,7 @@
1
1
  import path from 'path';
2
2
  import { parse, serialize } from 'parse5';
3
- import { extractModules } from './extractModules';
4
- import { extractAssets } from './extractAssets';
3
+ import { extractModules } from './extractModules.js';
4
+ import { extractAssets } from './extractAssets.js';
5
5
 
6
6
  export interface ExtractParams {
7
7
  html: string;
@@ -1,16 +1,16 @@
1
1
  import fs from 'fs';
2
2
  import path from 'path';
3
- import glob from 'glob';
3
+ import { globSync, GlobOptionsWithFileTypesFalse } from 'glob';
4
4
 
5
- import { createError } from '../utils';
6
- import { RollupPluginHTMLOptions } from '../RollupPluginHTMLOptions';
7
- import { InputData } from './InputData';
8
- import { normalizeInputOptions } from './normalizeInputOptions';
9
- import { extractModulesAndAssets } from './extract/extractModulesAndAssets';
5
+ import { createError } from '../utils.js';
6
+ import { RollupPluginHTMLOptions } from '../RollupPluginHTMLOptions.js';
7
+ import { InputData } from './InputData.js';
8
+ import { normalizeInputOptions } from './normalizeInputOptions.js';
9
+ import { extractModulesAndAssets } from './extract/extractModulesAndAssets.js';
10
10
  import { InputOption } from 'rollup';
11
11
 
12
- function resolveGlob(fromGlob: string, opts: glob.IOptions) {
13
- const files = glob.sync(fromGlob, { ...opts, absolute: true });
12
+ function resolveGlob(fromGlob: string, opts: GlobOptionsWithFileTypesFalse) {
13
+ const files = globSync(fromGlob, { ...opts, absolute: true });
14
14
  return (
15
15
  files
16
16
  // filter out directories
@@ -1,6 +1,6 @@
1
1
  import { InputOption } from 'rollup';
2
- import { InputHTMLOptions, RollupPluginHTMLOptions } from '../RollupPluginHTMLOptions';
3
- import { createError } from '../utils';
2
+ import { InputHTMLOptions, RollupPluginHTMLOptions } from '../RollupPluginHTMLOptions.js';
3
+ import { createError } from '../utils.js';
4
4
 
5
5
  export function normalizeInputOptions(
6
6
  pluginOptions: RollupPluginHTMLOptions,
@@ -1,14 +1,14 @@
1
- import { getEntrypointBundles } from './getEntrypointBundles';
2
- import { getOutputHTML } from './getOutputHTML';
3
- import { createError } from '../utils';
1
+ import { getEntrypointBundles } from './getEntrypointBundles.js';
2
+ import { getOutputHTML } from './getOutputHTML.js';
3
+ import { createError } from '../utils.js';
4
4
  import {
5
5
  GeneratedBundle,
6
6
  RollupPluginHTMLOptions,
7
7
  TransformHtmlFunction,
8
- } from '../RollupPluginHTMLOptions';
8
+ } from '../RollupPluginHTMLOptions.js';
9
9
  import { EmittedFile } from 'rollup';
10
- import { InputData } from '../input/InputData';
11
- import { EmittedAssets } from './emitAssets';
10
+ import { InputData } from '../input/InputData.js';
11
+ import { EmittedAssets } from './emitAssets.js';
12
12
 
13
13
  export interface CreateHTMLAssetParams {
14
14
  outputDir: string;
@@ -8,8 +8,8 @@ import {
8
8
  RollupPluginHTMLOptions,
9
9
  ScriptModuleTag,
10
10
  } from '../RollupPluginHTMLOptions';
11
- import { createError, NOOP_IMPORT } from '../utils';
12
- import { toBrowserPath } from './utils';
11
+ import { createError, NOOP_IMPORT } from '../utils.js';
12
+ import { toBrowserPath } from './utils.js';
13
13
 
14
14
  export interface CreateImportPathParams {
15
15
  publicPath?: string;
@@ -1,4 +1,4 @@
1
- import { injectBundles } from './injectBundles';
1
+ import { injectBundles } from './injectBundles.js';
2
2
  import { InputData } from '../input/InputData';
3
3
  import {
4
4
  EntrypointBundle,
@@ -7,11 +7,11 @@ import {
7
7
  } from '../RollupPluginHTMLOptions';
8
8
  import { parse, serialize } from 'parse5';
9
9
  import { minify as minifyHTMLFunc } from 'html-minifier-terser';
10
- import { injectedUpdatedAssetPaths } from './injectedUpdatedAssetPaths';
11
- import { EmittedAssets } from './emitAssets';
12
- import { injectAbsoluteBaseUrl } from './injectAbsoluteBaseUrl';
13
- import { hashInlineScripts } from './hashInlineScripts';
14
- import { injectServiceWorkerRegistration } from './injectServiceWorkerRegistration';
10
+ import { injectedUpdatedAssetPaths } from './injectedUpdatedAssetPaths.js';
11
+ import { EmittedAssets } from './emitAssets.js';
12
+ import { injectAbsoluteBaseUrl } from './injectAbsoluteBaseUrl.js';
13
+ import { hashInlineScripts } from './hashInlineScripts.js';
14
+ import { injectServiceWorkerRegistration } from './injectServiceWorkerRegistration.js';
15
15
 
16
16
  export interface GetOutputHTMLParams {
17
17
  input: InputData;
@@ -1,8 +1,8 @@
1
1
  import { Document, Attribute } from 'parse5';
2
2
  import { createScript, findElement, getTagName, appendChild } from '@web/parse5-utils';
3
3
 
4
- import { EntrypointBundle } from '../RollupPluginHTMLOptions';
5
- import { createError } from '../utils';
4
+ import { EntrypointBundle } from '../RollupPluginHTMLOptions.js';
5
+ import { createError } from '../utils.js';
6
6
 
7
7
  export function createLoadScript(src: string, format: string, attributes?: Attribute[]) {
8
8
  const attributesObject: Record<string, string> = {};
@@ -8,11 +8,11 @@ import {
8
8
  getSourcePaths,
9
9
  isHashedAsset,
10
10
  resolveAssetFilePath,
11
- } from '../assets/utils';
12
- import { InputData } from '../input/InputData';
13
- import { createError } from '../utils';
14
- import { EmittedAssets } from './emitAssets';
15
- import { toBrowserPath } from './utils';
11
+ } from '../assets/utils.js';
12
+ import { InputData } from '../input/InputData.js';
13
+ import { createError } from '../utils.js';
14
+ import { EmittedAssets } from './emitAssets.js';
15
+ import { toBrowserPath } from './utils.js';
16
16
 
17
17
  export interface InjectUpdatedAssetPathsArgs {
18
18
  document: Document;
@@ -1,19 +1,19 @@
1
1
  import { Plugin } from 'rollup';
2
2
  import path from 'path';
3
3
 
4
- import { addRollupInput } from './input/addRollupInput';
5
- import { getInputData } from './input/getInputData';
6
- import { InputData } from './input/InputData';
7
- import { createHTMLOutput } from './output/createHTMLOutput';
4
+ import { addRollupInput } from './input/addRollupInput.js';
5
+ import { getInputData } from './input/getInputData.js';
6
+ import { InputData } from './input/InputData.js';
7
+ import { createHTMLOutput } from './output/createHTMLOutput.js';
8
8
 
9
9
  import {
10
10
  GeneratedBundle,
11
11
  RollupPluginHTMLOptions,
12
12
  ScriptModuleTag,
13
13
  TransformHtmlFunction,
14
- } from './RollupPluginHTMLOptions';
15
- import { createError, NOOP_IMPORT } from './utils';
16
- import { emitAssets } from './output/emitAssets';
14
+ } from './RollupPluginHTMLOptions.js';
15
+ import { createError, NOOP_IMPORT } from './utils.js';
16
+ import { emitAssets } from './output/emitAssets.js';
17
17
 
18
18
  export interface RollupPluginHtml extends Plugin {
19
19
  api: {
package/src/utils.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ScriptModuleTag } from './RollupPluginHTMLOptions';
1
+ import { ScriptModuleTag } from './RollupPluginHTMLOptions.js';
2
2
 
3
3
  const PLUGIN = '[@web/rollup-plugin-html]';
4
4