Skip to content

Commit

Permalink
fix: autocompletion for all thingworx types not working. This was due…
Browse files Browse the repository at this point in the history
… to the ThingWorx type definitions being incorrectly imported
  • Loading branch information
stefan-lacatus committed Sep 10, 2023
1 parent a5b5394 commit 1c8c822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions script/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export function createConfig(env, argv): WebpackConfiguration {
// Match js, jsx, ts & tsx files
test: /\.[jt]sx?$/,
loader: "esbuild-loader",
resourceQuery: { not: [/raw/] },
},
{
test: /\.scss$/,
Expand Down
1 change: 0 additions & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as path from "path";
import { mergeWithCustomize, customizeObject } from "webpack-merge";

const EncodingPlugin = require("webpack-encoding-plugin");
import { createConfig } from "./script/webpack.common";

module.exports = (env, argv) =>
Expand Down

0 comments on commit 1c8c822

Please sign in to comment.