Skip to content

Commit

Permalink
Merge pull request #1 from halfzebra/0.19-examples
Browse files Browse the repository at this point in the history
0.19 examples
  • Loading branch information
xtian authored Aug 26, 2018
2 parents eef2c36 + 797bc25 commit df02ef6
Show file tree
Hide file tree
Showing 9 changed files with 86 additions and 8,613 deletions.
15 changes: 0 additions & 15 deletions example-wp2/elm-package.json

This file was deleted.

28 changes: 28 additions & 0 deletions example-wp2/elm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "0.0.0",
"type": "application",
"summary": "Example using webpack 2",
"repository": "https://github.com/elm-community/elm-webpack-loader.git",
"license": "BSD-3-Clause",
"source-directories": [
"src"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0"
},
"indirect": {
"elm/json": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}
3 changes: 1 addition & 2 deletions example-wp2/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ module.exports = {
// loader: "elm-webpack-loader",
loader: '../index.js',
options: {
debug: true,
warn: true
debug: true
}
}
]
Expand Down
15 changes: 0 additions & 15 deletions example-wp4/elm-package.json

This file was deleted.

28 changes: 28 additions & 0 deletions example-wp4/elm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "0.0.0",
"type": "application",
"summary": "Example using webpack 4",
"repository": "https://github.com/elm-community/elm-webpack-loader.git",
"license": "BSD-3-Clause",
"source-directories": [
"src"
],
"elm-version": "0.19.0",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0"
},
"indirect": {
"elm/json": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}
Loading

0 comments on commit df02ef6

Please sign in to comment.