legendary-doc-site/assets/js/app.js

18 lines
543 B
JavaScript
Raw Normal View History

2020-07-03 22:08:16 +00:00
import 'fomantic-ui-less/semantic.less';
2020-07-02 21:08:53 +00:00
// 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/app.scss"
// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured
// in "webpack.config.js".
//
// Import deps with the dep name or local files with a relative path, for example:
//
// import {Socket} from "phoenix"
// import socket from "./socket"
//
2020-07-03 23:22:25 +00:00
import "phoenix_html"
alert("boo")