try to use default resolution

This commit is contained in:
weboko 2023-02-02 00:01:31 +01:00
parent f241aadeba
commit 0fdcfcee35
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View File

@ -36,11 +36,6 @@ module.exports = function (config) {
},
webpack: {
mode: "production",
resolve: {
// Add `.ts` and `.tsx` as a resolvable extension.
extensions: [".ts", ".tsx", ".js"],
plugins: [new ResolveTypeScriptPlugin()],
},
module: {
rules: [
{

View File

@ -26,7 +26,7 @@
"test:spelling": "cspell \"{*.md,.github/*.md,src/**/*.ts}\"",
"test:prettier": "prettier \"src/**/*.ts\" \"*.*js\" \".github/**/*.yml\" --list-different",
"test:tsc": "tsc -p tsconfig.dev.json",
"test:browser": "karma start -logLevel=DEBUG karma.conf.cjs",
"test:browser": "karma start karma.conf.cjs",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "mocha --watch --parallel",
"prepublish": "npm run build",