Skip to content

Commit

Permalink
Merge pull request #18 from sveltejs/options
Browse files Browse the repository at this point in the history
Pass through all options, override format and shared
  • Loading branch information
Rich-Harris authored Mar 19, 2017
2 parents a24cc27 + 69a293f commit 2a3fac5
Show file tree
Hide file tree
Showing 21 changed files with 1,396 additions and 59 deletions.
Binary file added example/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions example/webpack1/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
[ "es2015" ]
]
}
4 changes: 2 additions & 2 deletions example/package.json → example/webpack1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "webpack"
"bundle": "webpack --display-error-details"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"svelte-loader": "1.0.0",
"webpack": "^2.1.0-beta.27"
"webpack": "^1.0.0"
},
"dependencies": {
"svelte": "^1.1.3"
Expand Down
File renamed without changes.
Loading

0 comments on commit 2a3fac5

Please sign in to comment.