We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154eed7 commit 52e3e8fCopy full SHA for 52e3e8f
installer/templates/phx_assets/webpack/app.js
@@ -1,7 +1,7 @@
1
// We need to import the CSS so that webpack will load it.
2
// The ExtractTextPlugin is used to separate it out into
3
// its own CSS file.
4
-import css from '../css/app.css';
+import css from "../css/app.css";
5
6
// webpack automatically bundles all modules in your
7
// entry points. Those entry points can be configured
0 commit comments