Skip to content

Commit

Permalink
Remove traces of webpack and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cruessler committed Apr 7, 2023
1 parent fab34bb commit c090d47
Show file tree
Hide file tree
Showing 6 changed files with 2,095 additions and 13,705 deletions.
5 changes: 0 additions & 5 deletions assets/.babelrc

This file was deleted.

12 changes: 1 addition & 11 deletions assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
// We need to import the CSS so that webpack will load it.
// The ExtractTextPlugin is used to separate it out into
// its own CSS file.
import css from '../css/app.scss';

// webpack automatically concatenates all files in your
// watched paths. Those paths can be configured as
// endpoints in "webpack.config.js".
//
// Import dependencies
//
import _css from '../css/app.scss';

import Feeds from '../elm/app/App/Feeds.elm';
import NewFeed from '../elm/app/App/NewFeed.elm';
Expand Down
Loading

0 comments on commit c090d47

Please sign in to comment.