Skip to content

Instantly share code, notes, and snippets.

@bishesh16
Created May 24, 2018 22:38
Show Gist options
  • Save bishesh16/803735742262163f41aec2d0081bf73b to your computer and use it in GitHub Desktop.
Save bishesh16/803735742262163f41aec2d0081bf73b to your computer and use it in GitHub Desktop.
require('file-loader?name=[name].[ext]!./index.html');
import './css/style.css'
var hello = document.getElementById("hello");
hello.innerHTML = "Hello from Webpack!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment