Skip to content

Commit

Permalink
Merge pull request #111 from mendix/moo/fix/moo-1066
Browse files Browse the repository at this point in the history
[MOO-1066] Fix webpack issue on Windows
  • Loading branch information
diego-antonelli authored May 26, 2023
2 parents 40e69ef + 64238b5 commit 82bcd1a
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 82bcd1a

Please sign in to comment.