[Vuejs]-Use vue-cli-service to build a library, how to transpile?

0👍

Ok, it seems that reinitializing the project with vue-cli without typescript and with separated configuration files instead of into package.json was a good idea, as now is transpiled as needed.

var queryParams = _objectSpread({}, this.filters, {}, this.sorting, {}, this.config.params);

Unfortunately the hidden configuration of vue-cli webpack can’t help to see what has changed.

Leave a comment