Excluding node_module from being written to the output file in webpack

前端 未结 0 955
囚心锁ツ
囚心锁ツ 2020-12-10 15:25

I am trying to transpile es6 code to es5 using webpack and babel and in the js file I am importing jquery as below:

import $ from \'jquery\';

相关标签:
回答
  • 消灭零回复
提交回复
热议问题