-
Notifications
You must be signed in to change notification settings - Fork 5
Doesn't work on everyone but Daniel's computer #3
Comments
@adamziel @dmsnell I'm not sure why it's getting packed up like this 🙃 Here's where I'm pulling in
There aren't any symlinks that I'm aware of in the project. All I did was run Any ideas? |
@adamziel suggested this fix to the webpack config, presuming that it was realizing the full filepaths at compile time when it should have left them hanging. Copy the contents and run diff --git a/webpack.config.js b/webpack.config.js
index 7febf52..1228ffc 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -30,6 +30,9 @@ const extensionConfig = {
extensions: ['.tsx', '.ts', '.js']
},
module: {
+ parser: {
+ javascript: { importMeta: false }
+ },
rules: [
{
test: /\.ts$/, |
Webpack replacing |
Just pushed a 0.0.2 with that change applied. Can someone test to see if it works now? 65726e2 @adamziel Can you create an Azure DevOps account so I can grant you publishing rights to the extension? I'm traveling tomorrow, then AFK Friday and next week, so it'd probably be good to remove my bus factor. |
Props to @dmsnell for finding the cause:
The text was updated successfully, but these errors were encountered: