首页 > 代码库 > hello.js

hello.js

require(‘world.js‘)

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

function hello(){

  return ‘hello‘

}

hello.js