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

Webpack

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

 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