Skip to content
Snippets Groups Projects
Verified Commit 4d2eb467 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add webpack

parent 91167b53
No related branches found
No related tags found
No related merge requests found
image: node
cache:
paths:
- .yarn
before_script:
- yarn config set cache-folder "$HOME/.yarn"
- yarn install
- export PATH="$HOME/.yarn/bin:$PATH"
pages:
stage: deploy
only:
- master
artifacts:
paths:
- build
script:
- yarn build
......@@ -10,5 +10,12 @@
"dependencies": {
"matrix-widget-api": "^0.1.0-beta.13",
"phaser": "^3.54.0"
},
"scripts": {
"build": "webpack"
},
"devDependencies": {
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment