diff --git a/e2e/README.md b/e2e/README.md index 5e4faeea..1fbcf687 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -8,39 +8,39 @@ Rslib will try to cover the common scenarios in the [integration test cases of M | --------- | ----------------- | ------------ | ---------------- | | 🟢 | 🟡 | ⚪️ | ⚫️ | -| Feature | Status | Note | -| --------------- | ------ | ---------------------------------------------------------------------------------------------------- | -| alias | 🟢 | | -| asset | ⚪️ | | -| autoExtension | 🟢 | | -| autoExternal | 🟢 | | -| banner-footer | 🟢 | | -| buildType | 🟢 | | -| copy | 🟢 | | -| decorator | 🟢 | | -| define | 🟢 | | -| dts | 🟢 | | -| dts-composite | ⚪️ | | -| esbuildOptions | ⚫️ | | -| externals | 🟢 | | -| format | 🟡 | Support `cjs` and `esm`, `umd` still need to be tested | -| input | 🟢 | | -| jsx | ⚪️ | | -| metafile | ⚫️ | | -| minify | 🟢 | | -| platform | 🟢 | | -| redirect | ⚪️ | | -| resolve | 🟢 | | -| shims | 🟡 | Support shims `__filename` and `__dirname` in esm
`import.meta.url` in cjs need to be supported | -| sideEffects | ⚪️ | | -| sourceDir | 🟢 | | -| sourceMap | 🟢 | | -| splitting | ⚪️ | | -| style | ⚪️ | | -| target | 🟢 | | -| transformImport | 🟢 | | -| transformLodash | 🟢 | | -| tsconfig | 🟢 | | -| tsconfigExtends | 🟢 | | -| umdGlobals | ⚪️ | | -| umdModuleName | ⚪️ | | +| Feature | Status | Note | +| --------------- | ------ | -------------------------------------------------------- | +| alias | 🟢 | | +| asset | 🟡 | public path and should keep import need to be determined | +| autoExtension | 🟢 | | +| autoExternal | 🟢 | | +| banner-footer | 🟢 | | +| buildType | 🟢 | | +| copy | 🟢 | | +| decorator | 🟢 | | +| define | 🟢 | | +| dts | 🟢 | | +| dts-composite | ⚪️ | | +| esbuildOptions | ⚫️ | | +| externals | 🟢 | | +| format | 🟡 | Support `cjs` and `esm`, `umd` still need to be tested | +| input | 🟢 | | +| jsx | ⚪️ | | +| metafile | ⚫️ | | +| minify | 🟢 | | +| platform | 🟢 | | +| redirect | ⚪️ | | +| resolve | 🟢 | | +| shims | 🟢 | | +| sideEffects | ⚪️ | | +| sourceDir | 🟢 | | +| sourceMap | 🟢 | | +| splitting | ⚪️ | | +| style | ⚪️ | | +| target | 🟢 | | +| transformImport | 🟢 | | +| transformLodash | 🟢 | | +| tsconfig | 🟢 | | +| tsconfigExtends | 🟢 | | +| umdGlobals | ⚪️ | | +| umdModuleName | ⚪️ | | diff --git a/e2e/cases/asset/__snapshots__/index.test.ts.snap b/e2e/cases/asset/__snapshots__/index.test.ts.snap new file mode 100644 index 00000000..71fc92e6 --- /dev/null +++ b/e2e/cases/asset/__snapshots__/index.test.ts.snap @@ -0,0 +1,115 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`use svgr 1`] = ` +"import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from \\"react/jsx-runtime\\"; +import \\"react\\"; +const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"svg\\", { + xmlns: \\"http://www.w3.org/2000/svg\\", + viewBox: \\"0 0 841.9 595.3\\", + ...props, + children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(\\"g\\", { + fill: \\"#61DAFB\\", + children: [ + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3m-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9m-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9m32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1M421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32m-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24q7.05 12 14.4 23.4M420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32m-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9m-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2M310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7m237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1m38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6M320.8 78.4\\" + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"circle\\", { + cx: 420.9, + cy: 296.5, + r: 45.7 + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M520.5 78.1\\" + }) + ] + }) + }); +/* harmony default export */ const logoreact = SvgLogo; +console.log(logoreact); +" +`; + +exports[`use svgr 2`] = ` +"import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from \\"react/jsx-runtime\\"; +import \\"react\\"; +const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"svg\\", { + xmlns: \\"http://www.w3.org/2000/svg\\", + viewBox: \\"0 0 841.9 595.3\\", + ...props, + children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(\\"g\\", { + fill: \\"#61DAFB\\", + children: [ + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3m-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9m-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9m32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1M421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32m-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24q7.05 12 14.4 23.4M420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32m-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9m-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2M310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7m237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1m38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6M320.8 78.4\\" + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"circle\\", { + cx: 420.9, + cy: 296.5, + r: 45.7 + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M520.5 78.1\\" + }) + ] + }) + }); +/* harmony default export */ const logoreact = SvgLogo; +console.log(logoreact); +" +`; + +exports[`use svgr 3`] = ` +"import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from \\"react/jsx-runtime\\"; +import \\"react\\"; +const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"svg\\", { + xmlns: \\"http://www.w3.org/2000/svg\\", + viewBox: \\"0 0 841.9 595.3\\", + ...props, + children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(\\"g\\", { + fill: \\"#61DAFB\\", + children: [ + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3m-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9m-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9m32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1M421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32m-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24q7.05 12 14.4 23.4M420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32m-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9m-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2M310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7m237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1m38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6M320.8 78.4\\" + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"circle\\", { + cx: 420.9, + cy: 296.5, + r: 45.7 + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M520.5 78.1\\" + }) + ] + }) + }); +console.log(SvgLogo); +" +`; + +exports[`use svgr 4`] = ` +"import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from \\"react/jsx-runtime\\"; +import \\"react\\"; +const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"svg\\", { + xmlns: \\"http://www.w3.org/2000/svg\\", + viewBox: \\"0 0 841.9 595.3\\", + ...props, + children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)(\\"g\\", { + fill: \\"#61DAFB\\", + children: [ + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3m-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9m-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9m32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1M421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32m-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24q7.05 12 14.4 23.4M420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32m-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9m-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2M310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7m237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1m38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6M320.8 78.4\\" + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"circle\\", { + cx: 420.9, + cy: 296.5, + r: 45.7 + }), + /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(\\"path\\", { + d: \\"M520.5 78.1\\" + }) + ] + }) + }); +console.log(SvgLogo); +" +`; diff --git a/e2e/cases/asset/index.test.ts b/e2e/cases/asset/index.test.ts new file mode 100644 index 00000000..794c7178 --- /dev/null +++ b/e2e/cases/asset/index.test.ts @@ -0,0 +1,90 @@ +import { join } from 'node:path'; +import { buildAndGetResults } from '@e2e/helper'; +import { expect, test } from 'vitest'; + +test('set the size threshold to inline static assets', async () => { + const fixturePath = join(__dirname, 'limit'); + const { contents } = await buildAndGetResults(fixturePath); + + // inline when bundle + expect(Object.values(contents.esm0!)[0]).toContain( + 'const logo_namespaceObject = "data:image/svg+xml;base64', + ); + + // external when bundle + expect(Object.values(contents.esm1!)[0]).toContain( + 'const logo_namespaceObject = __webpack_require__.p + "static/svg/logo.svg";', + ); + + // inline bundleless + expect(Object.values(contents.esm2!)[0]).toContain( + 'const logo_namespaceObject = "data:image/svg+xml;base64', + ); + + // external bundleless + expect(Object.values(contents.esm3!)[0]).toContain( + 'const logo_namespaceObject = __webpack_require__.p + "static/svg/logo.svg";', + ); +}); + +test('set the assets name', async () => { + const fixturePath = join(__dirname, 'name'); + const { contents } = await buildAndGetResults(fixturePath); + + // bundle + expect(Object.values(contents.esm0!)[0]).toContain( + 'const image_namespaceObject = __webpack_require__.p + "static/image/image.c74653c1.png";', + ); + + // bundleless + expect(Object.values(contents.esm1!)[0]).toContain( + 'const image_namespaceObject = __webpack_require__.p + "static/image/image.c74653c1712618b1.png";', + ); +}); + +test('set the assets output path', async () => { + const fixturePath = join(__dirname, 'path'); + const { contents } = await buildAndGetResults(fixturePath); + + // bundle + expect(Object.values(contents.esm0!)[0]).toContain( + 'const image_namespaceObject = __webpack_require__.p + "assets/bundle/image.png";', + ); + + // bundleless + expect(Object.values(contents.esm1!)[0]).toContain( + 'const image_namespaceObject = __webpack_require__.p + "assets/bundleless/image.png";', + ); +}); + +test('set the assets public path', async () => { + const fixturePath = join(__dirname, 'public-path'); + const { contents } = await buildAndGetResults(fixturePath); + + // bundle + expect(Object.values(contents.esm0!)[0]).toContain( + '__webpack_require__.p = "/public/path/bundle/";', + ); + + // bundleless + expect(Object.values(contents.esm1!)[0]).toContain( + '__webpack_require__.p = "/public/path/bundleless/";', + ); +}); + +test('use svgr', async () => { + const fixturePath = join(__dirname, 'svgr'); + const { contents } = await buildAndGetResults(fixturePath); + + // bundle -- default export with react query + expect(Object.values(contents.esm0!)[0]).toMatchSnapshot(); + + // bundleless -- default export with react query + expect(Object.values(contents.esm1!)[0]).toMatchSnapshot(); + + // bundle -- named export + expect(Object.values(contents.esm2!)[0]).toMatchSnapshot(); + + // bundleless -- named export + expect(Object.values(contents.esm3!)[0]).toMatchSnapshot(); +}); diff --git a/e2e/cases/asset/limit/package.json b/e2e/cases/asset/limit/package.json new file mode 100644 index 00000000..d7be5522 --- /dev/null +++ b/e2e/cases/asset/limit/package.json @@ -0,0 +1,6 @@ +{ + "name": "asset-limit-test", + "version": "1.0.0", + "private": true, + "type": "module" +} diff --git a/e2e/cases/asset/limit/rslib.config.ts b/e2e/cases/asset/limit/rslib.config.ts new file mode 100644 index 00000000..d1286bb0 --- /dev/null +++ b/e2e/cases/asset/limit/rslib.config.ts @@ -0,0 +1,48 @@ +import { generateBundleEsmConfig } from '@e2e/helper'; +import { defineConfig } from '@rslib/core'; + +export default defineConfig({ + lib: [ + generateBundleEsmConfig({ + output: { + distPath: { + root: './dist/esm/inline', + }, + }, + }), + generateBundleEsmConfig({ + output: { + distPath: { + root: './dist/esm/external', + }, + dataUriLimit: { + svg: 0, + }, + }, + }), + generateBundleEsmConfig({ + bundle: false, + output: { + distPath: { + root: './dist/esm/inline-bundleless', + }, + }, + }), + generateBundleEsmConfig({ + bundle: false, + output: { + distPath: { + root: './dist/esm/external-bundleless', + }, + dataUriLimit: { + svg: 0, + }, + }, + }), + ], + source: { + entry: { + index: './src/index.js', + }, + }, +}); diff --git a/e2e/cases/asset/limit/src/index.js b/e2e/cases/asset/limit/src/index.js new file mode 100644 index 00000000..a6afa880 --- /dev/null +++ b/e2e/cases/asset/limit/src/index.js @@ -0,0 +1,3 @@ +import logo from '../../../../assets/logo.svg'; + +export default logo; diff --git a/e2e/cases/asset/name/package.json b/e2e/cases/asset/name/package.json new file mode 100644 index 00000000..5b5fc096 --- /dev/null +++ b/e2e/cases/asset/name/package.json @@ -0,0 +1,12 @@ +{ + "name": "asset-name-test", + "version": "1.0.0", + "private": true, + "type": "module", + "dependencies": { + "react": "^18.3.1" + }, + "devDependencies": { + "@rsbuild/plugin-react": "^1.0.2" + } +} diff --git a/e2e/cases/asset/name/rslib.config.ts b/e2e/cases/asset/name/rslib.config.ts new file mode 100644 index 00000000..c5d37a82 --- /dev/null +++ b/e2e/cases/asset/name/rslib.config.ts @@ -0,0 +1,35 @@ +import { generateBundleEsmConfig } from '@e2e/helper'; +import { pluginReact } from '@rsbuild/plugin-react'; +import { defineConfig } from '@rslib/core'; + +export default defineConfig({ + lib: [ + generateBundleEsmConfig({ + output: { + distPath: { + root: './dist/esm/bundle', + }, + filename: { + image: '[name].[contenthash:8][ext]', + }, + }, + }), + generateBundleEsmConfig({ + bundle: false, + output: { + distPath: { + root: './dist/esm/bundleless', + }, + filename: { + image: '[name].[contenthash:16][ext]', + }, + }, + }), + ], + source: { + entry: { + index: './src/index.jsx', + }, + }, + plugins: [pluginReact()], +}); diff --git a/e2e/cases/asset/name/src/index.jsx b/e2e/cases/asset/name/src/index.jsx new file mode 100644 index 00000000..ce7aaaa9 --- /dev/null +++ b/e2e/cases/asset/name/src/index.jsx @@ -0,0 +1,5 @@ +import a from '../../../../assets/image.png'; + +export default () => { + return ; +}; diff --git a/e2e/cases/asset/path/package.json b/e2e/cases/asset/path/package.json new file mode 100644 index 00000000..cc5ef2d8 --- /dev/null +++ b/e2e/cases/asset/path/package.json @@ -0,0 +1,6 @@ +{ + "name": "asset-path-test", + "version": "1.0.0", + "private": true, + "type": "module" +} diff --git a/e2e/cases/asset/path/rslib.config.ts b/e2e/cases/asset/path/rslib.config.ts new file mode 100644 index 00000000..09227bea --- /dev/null +++ b/e2e/cases/asset/path/rslib.config.ts @@ -0,0 +1,29 @@ +import { generateBundleEsmConfig } from '@e2e/helper'; +import { defineConfig } from '@rslib/core'; + +export default defineConfig({ + lib: [ + generateBundleEsmConfig({ + output: { + distPath: { + root: './dist/esm/bundle', + image: 'assets/bundle', + }, + }, + }), + generateBundleEsmConfig({ + bundle: false, + output: { + distPath: { + root: './dist/esm/bundleless', + image: 'assets/bundleless', + }, + }, + }), + ], + source: { + entry: { + index: './src/index.js', + }, + }, +}); diff --git a/e2e/cases/asset/path/src/index.js b/e2e/cases/asset/path/src/index.js new file mode 100644 index 00000000..63613bce --- /dev/null +++ b/e2e/cases/asset/path/src/index.js @@ -0,0 +1,3 @@ +import a from '../../../../assets/image.png'; + +export default a; diff --git a/e2e/cases/asset/public-path/package.json b/e2e/cases/asset/public-path/package.json new file mode 100644 index 00000000..c11d4311 --- /dev/null +++ b/e2e/cases/asset/public-path/package.json @@ -0,0 +1,6 @@ +{ + "name": "asset-public-path-test", + "version": "1.0.0", + "private": true, + "type": "module" +} diff --git a/e2e/cases/asset/public-path/rslib.config.ts b/e2e/cases/asset/public-path/rslib.config.ts new file mode 100644 index 00000000..ee5ce739 --- /dev/null +++ b/e2e/cases/asset/public-path/rslib.config.ts @@ -0,0 +1,35 @@ +import { generateBundleEsmConfig } from '@e2e/helper'; +import { defineConfig } from '@rslib/core'; + +export default defineConfig({ + lib: [ + generateBundleEsmConfig({ + output: { + distPath: { + root: './dist/esm/bundle', + }, + assetPrefix: '/public/path/bundle', + dataUriLimit: { + svg: 0, + }, + }, + }), + generateBundleEsmConfig({ + bundle: false, + output: { + distPath: { + root: './dist/esm/bundleless', + }, + assetPrefix: '/public/path/bundleless', + dataUriLimit: { + svg: 0, + }, + }, + }), + ], + source: { + entry: { + index: './src/index.js', + }, + }, +}); diff --git a/e2e/cases/asset/public-path/src/index.js b/e2e/cases/asset/public-path/src/index.js new file mode 100644 index 00000000..a6afa880 --- /dev/null +++ b/e2e/cases/asset/public-path/src/index.js @@ -0,0 +1,3 @@ +import logo from '../../../../assets/logo.svg'; + +export default logo; diff --git a/e2e/cases/asset/svgr/package.json b/e2e/cases/asset/svgr/package.json new file mode 100644 index 00000000..8c22d7dc --- /dev/null +++ b/e2e/cases/asset/svgr/package.json @@ -0,0 +1,13 @@ +{ + "name": "asset-svgr-test", + "version": "1.0.0", + "private": true, + "type": "module", + "devDependencies": { + "@rsbuild/plugin-react": "^1.0.2", + "@rsbuild/plugin-svgr": "1.0.2" + }, + "peerDependencies": { + "react": "^18" + } +} diff --git a/e2e/cases/asset/svgr/rslib.config.ts b/e2e/cases/asset/svgr/rslib.config.ts new file mode 100644 index 00000000..63f7446f --- /dev/null +++ b/e2e/cases/asset/svgr/rslib.config.ts @@ -0,0 +1,76 @@ +import { generateBundleEsmConfig } from '@e2e/helper'; +import { pluginReact } from '@rsbuild/plugin-react'; +import { pluginSvgr } from '@rsbuild/plugin-svgr'; +import { defineConfig } from '@rslib/core'; + +export default defineConfig({ + lib: [ + generateBundleEsmConfig({ + source: { + entry: { + index: './src/index.js', + }, + }, + output: { + distPath: { + root: './dist/esm/bundle-default', + }, + }, + plugins: [pluginSvgr()], + }), + generateBundleEsmConfig({ + source: { + entry: { + index: './src/index.js', + }, + }, + bundle: false, + output: { + distPath: { + root: './dist/esm/bundleless-default', + }, + }, + plugins: [pluginSvgr()], + }), + generateBundleEsmConfig({ + source: { + entry: { + index: './src/namedExport.js', + }, + }, + output: { + distPath: { + root: './dist/esm/bundle-named', + }, + }, + plugins: [ + pluginSvgr({ + svgrOptions: { + exportType: 'named', + }, + }), + ], + }), + generateBundleEsmConfig({ + source: { + entry: { + index: './src/namedExport.js', + }, + }, + bundle: false, + output: { + distPath: { + root: './dist/esm/bundleless-named', + }, + }, + plugins: [ + pluginSvgr({ + svgrOptions: { + exportType: 'named', + }, + }), + ], + }), + ], + plugins: [pluginReact()], +}); diff --git a/e2e/cases/asset/svgr/src/index.js b/e2e/cases/asset/svgr/src/index.js new file mode 100644 index 00000000..0b3a78b3 --- /dev/null +++ b/e2e/cases/asset/svgr/src/index.js @@ -0,0 +1,3 @@ +import logo from '../../../../assets/logo.svg?react'; + +console.log(logo); diff --git a/e2e/cases/asset/svgr/src/namedExport.js b/e2e/cases/asset/svgr/src/namedExport.js new file mode 100644 index 00000000..5ab1c97c --- /dev/null +++ b/e2e/cases/asset/svgr/src/namedExport.js @@ -0,0 +1,3 @@ +import { ReactComponent } from '../../../../assets/logo.svg'; + +console.log(ReactComponent); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c94d4ba..e3fd1c83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,6 +102,35 @@ importers: e2e/cases/alias: {} + e2e/cases/asset/limit: {} + + e2e/cases/asset/name: + dependencies: + react: + specifier: ^18.3.1 + version: 18.3.1 + devDependencies: + '@rsbuild/plugin-react': + specifier: ^1.0.2 + version: 1.0.2(@rsbuild/core@1.0.7) + + e2e/cases/asset/path: {} + + e2e/cases/asset/public-path: {} + + e2e/cases/asset/svgr: + dependencies: + react: + specifier: ^18 + version: 18.3.1 + devDependencies: + '@rsbuild/plugin-react': + specifier: ^1.0.2 + version: 1.0.2(@rsbuild/core@1.0.7) + '@rsbuild/plugin-svgr': + specifier: 1.0.2 + version: 1.0.2(@rsbuild/core@1.0.7)(typescript@5.6.2) + e2e/cases/auto-extension/type-commonjs/config-override: {} e2e/cases/auto-extension/type-commonjs/default: {}