dev-webpack

Webpack config

Stars
17
Committers
2

(webpack)

  • npm install
  • npm run dev
  • npm run build

  • 1webpack-dev-server
  • 2LESSSCSSStyluses6
  • 3(hash)
  • 4html
  • 5CSS
  • 6JS
  • 7url-loaderbase64(****)
  • 8external()jQuery(vendor)
  • 9vendors(JSJQlib-flexible)
    • ()
  • 10markDownhtml(githubREADME.md)
  • 11pugpug-loaderhtml
  • 12CSSLESSSCSSStylus(node-sass)
  • 13CSSCSS@import CSS
  • 14CSSCSS3+
  • 15html
  • 16(headscript)
    • chunkFilename
    • require.ensure

  • config
  • webpack.confog.jsdevcommonprod
  • src
    • js/cssJSCSS
    • root
  • postcss.config.jspostcss
    • postcss-importpostcss-cssnext
    • autoprefixerpostcss-cssnext
  • .babelrc :es6
  • .gitignoregithub
  • package.json
  • .html.ejsHTML

webpacktypeScript

  • npm install -D typescript
  • npm install -D [email protected] //webpack4.0loader
  • tsconfig.json
  • rulets/tsx
Related Projects