btholt / sfo

DEPRECATED: Instant build process
Apache License 2.0
228 stars 24 forks source link

Figure out Babel support for Vue single file components #16

Closed btholt closed 6 years ago

btholt commented 6 years ago

Right now, vue-loader has no way to pass the .babelrc file to the babel-loader and depends on the behavior of it reading from a local .babelc. Need to either make a PR to vue-loader to allow this or make a quick sym-link (eww) of the .babelrc in the project.

btholt commented 6 years ago

Bam, did it with Buble.