hello.js

Posted 吃草的虾米

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hello.js相关的知识,希望对你有一定的参考价值。

require(‘world.js‘)

require(‘style-loader!css-loader!./style.css‘) //可以不在此处写style-loader和css-loader详情请见webpack安装及命令第六条

function hello(){

  return ‘hello‘

}

以上是关于hello.js的主要内容,如果未能解决你的问题,请参考以下文章