6 Commits

Author SHA1 Message Date
igor
13951107f6 Use extended loader syntax for ts loader in webpack.config.prod.js 2018-01-07 12:04:01 +02:00
Hypnosphi
abfbd470ba Fix configDir detection 2018-01-06 22:21:39 +03:00
Norbert de Langen
10cd0b275c
Merge branch 'master' into feature/use-uglify-es
# Conflicts:
#	app/react-native/src/server/config/webpack.config.prod.js
#	app/react/src/server/config/webpack.config.prod.js
#	yarn.lock
2017-12-25 01:10:40 +01:00
igor
6ed2fd8483 Fix Critical dependency: the request of a dependency is an expression in webpack.config.prod 2017-12-20 09:08:53 +02:00
Norbert de Langen
aa1e6b1ca9 CHANGE webpack setup to be aligned with other apps 2017-09-12 23:36:21 +02:00
Carlos Vega
99435cfcf5 Angular (2+) support (#269)
This is the first attempt at adding support for Angular based, mostly, on the vue changes.

What works:
- Added angular sample code to the `examples` folder
- Rendering stories and creating stories out of existing angular components
- For the time being, this only supports one-page angular components

What's missing:
- Addons support
- Support for components that have a separate template

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-08-18 18:16:45 +02:00