Skip to content

Commit

Permalink
[MOO-1066] Fix webpack issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Antonelli committed May 26, 2023
1 parent 40e69ef commit 64238b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mendix/mendix-hybrid-app-base",
"version": "6.0.0",
"version": "6.0.1",
"description": "Mendix PhoneGap Build base package",
"scripts": {
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function () {
},
{
test: /\.js$/,
exclude: /node_modules\/(?!(@mendix\/mendix-hybrid-app-base)\/).*/,
exclude: /node_modules/,
use: {
loader: "babel-loader",
options: {
Expand Down

0 comments on commit 64238b5

Please sign in to comment.