UNPKG

@marcuwynu23/webpack-plugin-alias-resolver

Version:

A Webpack plugin that rewrites path aliases like @/ into relative paths during build time.

14 lines (13 loc) 291 B
{ "compilerOptions": { "module": "CommonJS", // 👈 switch to CJS "target": "ES2020", "outDir": "dist", "declaration": true, "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true }, "include": ["src"] }