Skip to content

Instantly share code, notes, and snippets.

@jorgedjr21
Created November 22, 2019 03:14
Show Gist options
  • Save jorgedjr21/48a882c9e7a89ea261f1d10845fbf237 to your computer and use it in GitHub Desktop.
Save jorgedjr21/48a882c9e7a89ea261f1d10845fbf237 to your computer and use it in GitHub Desktop.
// We need to import the CSS so that webpack will load it.
// The MiniCssExtractPlugin is used to separate it out into
// its own CSS file.
import css from "../css/app.css"
// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured
// in "webpack.config.js".
//
// Import dependencies
//
import "phoenix_html"
// Import local files
//
// Local files can be imported directly using relative paths, for example:
// import socket from "./socket"
import "bootstrap";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment