Closed zerosrat closed 7 years ago
@zerosrat I think this is the pretty better way to solve the problem.
Check this one Pretty the same.
@larryu Thanks for your reply. As you said, your solution is similar to mine. Both of the solutions use babel-loader to transform es6 syntax to es5.
I have encountered the same same issue as #83.
My solution is to use babel-loader to tranform vue-strap module to es5 in
webpack.config.js
file of my project.@wffranco, do you have any better suggestions?