152 Commits

Author SHA1 Message Date
libetl
3ba7058dfa igor's suggestions 2018-08-29 23:37:48 +02:00
lionel benychou
3893d5299d riot integration 2018-08-27 19:42:20 +02:00
Pavan Kumar Sunkara
9c4cff4ec4 Use installBabel for meteor cli 2018-08-22 18:40:39 +02:00
Pavan Kumar Sunkara
94a049c2f5 Revert "CHANGE the installBabel to only install babel-loader & RENAME to installBabelLoader"
This reverts commit aadd8f0e0baa90d40c523cc43aaa9a30ada788d8.
2018-08-22 18:14:34 +02:00
Norbert de Langen
c0cd9518eb
REMOVE the babel-root-slash-import module completely. It's not used by storybook. 2018-08-17 21:30:41 +02:00
Norbert de Langen
f8332e744b
CHANGE meteor generator babel file
I'm not 100% why, I've never seen this 'module:' in babelrc before
Might be legacy or meteor specific?

Seems broken here:
https://teamcity.jetbrains.com/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=1567378&_focus=822

But this did not come up in CircleCI 🤔
2018-08-17 17:11:08 +02:00
Norbert de Langen
aadd8f0e0b
CHANGE the installBabel to only install babel-loader & RENAME to installBabelLoader 2018-08-16 16:23:58 +02:00
Norbert de Langen
f7cd337677
FIX eslint 2018-08-15 04:56:20 +02:00
Norbert de Langen
b649f24852
REMOVE stage presets and replace with plugins we need 2018-08-15 04:15:39 +02:00
Norbert de Langen
a039c96426
Merge branch 'master' into babel-7
# Conflicts:
#	MIGRATION.md
#	addons/backgrounds/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/info/src/__snapshots__/index.test.js.snap
#	addons/jest/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/options/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/viewport/package.json
#	app/angular/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/mithril/package.json
#	app/polymer/package.json
#	app/react/package.json
#	app/vue/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/html-kitchen-sink/package.json
#	examples/marko-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot
#	examples/official-storybook/stories/__snapshots__/other-dirname.stories.storyshot
#	examples/polymer-cli/package.json
#	examples/vue-kitchen-sink/package.json
#	jest.config.js
#	lib/cli/package.json
#	lib/cli/test/snapshots/angular-cli/package.json
#	lib/cli/test/snapshots/marko/package.json
#	lib/cli/test/snapshots/meteor/package.json
#	lib/cli/test/snapshots/mithril/package.json
#	lib/cli/test/snapshots/polymer/package.json
#	lib/cli/test/snapshots/react/package.json
#	lib/cli/test/snapshots/react_project/package.json
#	lib/cli/test/snapshots/react_scripts/package.json
#	lib/cli/test/snapshots/sfc_vue/package.json
#	lib/cli/test/snapshots/update_package_organisations/package.json
#	lib/cli/test/snapshots/vue/package.json
#	lib/cli/test/snapshots/webpack_react/package.json
#	lib/codemod/package.json
#	lib/components/src/layout/__snapshots__/index.stories.storyshot
#	lib/core/package.json
#	lib/core/src/server/config/webpack.config.prod.js
#	package.json
#	yarn.lock
2018-08-15 00:01:36 +02:00
Norbert de Langen
935cefd27a
FIX linting issues after eslint upgrade (partial fix) 2018-08-05 17:57:17 +02:00
Hypnosphi
3c0e3832e1 Add babel-loader peer dep 2018-07-06 20:59:30 +03:00
Hypnosphi
170160ddfe Revert CLI changes for RN 2018-07-05 23:48:22 +03:00
Hypnosphi
e496dfbb91 Update CLI 2018-07-04 23:12:47 +03:00
Neville Mehta
5f775a8591 make welcome a component 2018-06-25 22:37:47 -07:00
Neville Mehta
084c02e3e7 add addons (correctly) to marko cli 2018-05-20 13:00:26 -07:00
Neville Mehta
79d53dbfea dont include marko-widget example, in case user is not using them 2018-05-19 19:19:28 -07:00
Neville Mehta
39390d2a28 add support for marko widgets 2018-05-19 01:44:03 -07:00
Neville Mehta
d357f64787 fix some markocli issues 2018-05-18 23:02:00 -07:00
Neville Mehta
bbee3b86fc fix few issues in marko cli 2018-05-18 00:26:55 -07:00
Keraito
8d9fbb7c9e Update generators for HTML and Marko 2018-05-09 15:37:48 +02:00
Filipp Riabchun
c47c5fc9ba
Merge branch 'master' into use-npm 2018-05-09 02:03:09 +03:00
Keraito
5f991ff83d Use npmOptions in all generators 2018-05-09 00:34:08 +02:00
Neville Mehta
d8e0673d31 Merge branch 'master' of github.com:storybooks/storybook into addmarkosupport 2018-05-06 21:13:31 -07:00
Keraito
568b35fb2d Use the --use-npm flag also for version checking 2018-05-06 12:18:32 +02:00
Hypnosphi
46de88c714 CLI: remove unused stuff 2018-05-05 23:01:09 +03:00
Hypnosphi
f00a369d9e Add CLI template 2018-05-05 22:55:31 +03:00
Hypnosphi
7a879b8726 Add storybook for HTML snippets 2018-04-22 20:02:31 +03:00
yige
dc59188c46 chenge eslint disable rule 2018-04-17 14:35:16 +08:00
yige
16aa105153 add eslint-disable-line 2018-04-13 10:03:19 +08:00
yige
3d143eb78f fixed Duplicate declaration h 2018-04-12 22:27:31 +08:00
Sangmin Yoon
b32418fbdd add Mithril demo components for CLI 2018-03-21 12:08:31 +09:00
Sangmin Yoon
5c9a26c0a1 add Mithril support in CLI 2018-03-20 14:59:48 +09:00
Hypnosphi
cedf0604c7 Move polymer loader to peerDependencies 2018-03-07 03:20:54 +03:00
Hypnosphi
def1e04dbb Cleanup dependencies 2018-02-25 03:53:03 +03:00
Hypnosphi
1a550e912b Include more paths into linting 2018-02-17 23:32:26 +03:00
Hypnosphi
e5b73a3d73 Stop ignoring a11y rules 2018-02-17 22:33:31 +03:00
Hypnosphi
398ff2639e eslint: remove unused disable directives 2018-02-17 20:35:37 +03:00
Norbert de Langen
e094775a14
Merge branch 'master' into add-polymer-support
# Conflicts:
#	.editorconfig
#	lib/cli/package.json
#	yarn.lock
2018-01-12 20:24:53 +01:00
Filipp Riabchun
8192fe55eb
Merge branch 'master' into change-ng-stories-dir 2018-01-11 16:00:45 +03:00
Hypnosphi
09095f6c63 Fix race condition 2018-01-11 13:39:52 +03:00
Hypnosphi
029f2b4d0b Reflect the new peer dependencies in docs and CLI templates 2018-01-11 02:13:38 +03:00
y-kurami
c419955d64 fix webpack contexts 2018-01-08 00:52:57 +09:00
y-kurami
44ec5d3eef change generated stories dir location 2018-01-08 00:50:37 +09:00
y-kurami
8a40b9f268 change stories files to .ts 2017-12-28 23:43:17 +09:00
Michael Shilman
bf224f3367 Fix angular CLI notes example 2017-12-26 17:37:22 -08:00
Michael Shilman
2aa8970276 Add necessary dev dependencies to Angular CLI 2017-12-26 16:56:34 -08:00
Stijn Koopal
8183ca522d Add package json for bower only project 2017-11-20 15:23:12 +01:00
Stijn Koopal
fd09bfe9cc Set right stories directory 2017-11-20 11:42:06 +01:00
Stijn Koopal
be67111422 Add bower.json to detect frameworks 2017-11-20 10:27:34 +01:00