Skip to content

Commit

Permalink
Add loader
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Dec 12, 2018
1 parent f914d81 commit b87da31
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 70 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "parcel build --out-dir=public/ --out-file=drawing-tool.js --no-source-maps resources/js/index.js"
},
"devDependencies": {
"parcel-bundler": "^1.10.3"
"parcel-bundler": "^1.10.3",
"sass": "^1.15.2"
},
"dependencies": {
"ol": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion public/drawing-tool.css

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

Loading

0 comments on commit b87da31

Please sign in to comment.