Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Work toward Webpack 5 with Svue #89

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Makefile tweaks
  • Loading branch information
thadk committed Feb 22, 2022
commit 2bc6f92511332340a016aada674206613804eb2a
2 changes: 1 addition & 1 deletion local.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
base:
image: node:12
image: node:16
volumes:
- nodemodules:/app/node_modules
- .:/app
Expand Down