issues Search Results · repo:jonaskello/tsconfig-paths-webpack-plugin language:TypeScript
Filter by
71 results
(103 ms)71 results
injonaskello/tsconfig-paths-webpack-plugin (press backspace or delete to remove)export declare class TsconfigPathsPlugin implements ResolvePluginInstance {
source: string;
target: string;
log: Logger.Logger;
baseUrl?: string | undefined;
absoluteBaseUrl: string; ...
rostislav-simonik
- 3
- Opened on Sep 7, 2024
- #109
When I use webpack 5 s cache feature, it is invalid, and the warning message goes like this:
[webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item Compilation/modules|/Users/ahungrynoob/work/web_monorepo/common/temp/node_modules/.pnpm/thread-loader@3.0.4_webpack@5.75.0/node_modules/thread-loader/dist/cjs.js!/Users/ahungrynoob/work/web_monorepo/common/temp/node_modules/.pnpm/ts-loader@9.3.1_typescript@4.4.4_webpack@5.75.0/node_modules/ts-loader/index.js??ruleSet[1].rules[2].use[1]!/Users/ahungrynoob/work/web_monorepo/packages/libs/webapp-live-shared/dist/modules/cashier/components/card-management/sub-auto-renew/confirm-modal/style.js ...
ahungrynoob
- Opened on Feb 6, 2024
- #108
webpack version: 5.88.2
image
The issue in CI environment when building docker image.
terrance456
- Opened on Oct 2, 2023
- #107
JiangWeixian
- 3
- Opened on Mar 24, 2023
- #104
Probably not an issue since tsconfig-paths-webpack-plugin is not used in runtime, but we received a Security
Vulnerability report of the json5 dependency that is used in this library.
From dependabot: ...
rippedspine
- 4
- Opened on Feb 28, 2023
- #102
my folder structure looks like following:
- data
- web
- web
- data (symlink to data/web)
- other things
- tsconfig.json
and with tsconfig setting the right path for web/*: [ ./web/* ], I am ...
taozhou-glean
- 1
- Opened on Feb 14, 2023
- #101
Hi,
The 4.0.0 version has updated the tsconfig-paths dependency also to 4.0.0.
In tsconfig-paths 4.0.0 the baseUrl in tsconfig can also be undefined
(https://github.com/dividab/tsconfig-paths/pull/208). ...
tooga
- 4
- Opened on Aug 22, 2022
- #99
With ESM, it is not working.
This is my webpack.config.mjs
import { fileURLToPath } from node:url ;
import path from node:path ;
import nodeExternals from webpack-node-externals ;
import BundleDeclarationsWebpackPlugin ...
euberdeveloper
- 3
- Opened on Aug 9, 2022
- #98
https://github.com/dividab/tsconfig-paths-webpack-plugin/blob/cb0f1dd86f9ca12818703ccbff13f7121ce210d6/src/plugin.temp.types.ts#L1-L7
Now it has been exported by webpack: webpack/types.d.ts#L13159
Since: ...
hungtcs
- 2
- Opened on Jul 26, 2022
- #91
Hope I ve got the right repo to report this, but I m seeing the following issue:
// lib.ts
export const nothing = null;
// app.ts :: works
import { nothing } from ~/lib ;
// app.ts :: fails
import ...
shuckster
- Opened on May 26, 2022
- #89

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.