Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Dec 11, 2023
1 parent 75544dc commit fe0c9b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'use strict';

const path = require('path');
const webpack = require('webpack');

//@ts-check
/** @typedef {import('webpack').Configuration} WebpackConfig **/
Expand Down Expand Up @@ -44,5 +45,10 @@ const extensionConfig = {
infrastructureLogging: {
level: "log", // enables logging required for problem matchers
},
plugins: [
new webpack.IgnorePlugin({
resourceRegExp: /osx-temperature-sensor/
})
]
};
module.exports = [ extensionConfig ];

0 comments on commit fe0c9b7

Please sign in to comment.