Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Webpack

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

 Webpack

Avatar for Maxime Thirouin

Maxime Thirouin

September 08, 2015
Tweet

More Decks by Maxime Thirouin

Other Decks in Programming

Transcript

  1. var myModule = require("./my-module.js") var myStyles = require("./my-module.css") var mySVG

    = require(“./my-module.svg") @import “./normalize.css”; body { background: url(landscape.jpg) } @MoOx