Skip to content

Commit

Permalink
Remove webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed May 13, 2024
1 parent b3ff216 commit 9ea8920
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// 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 { } from "./ui";
import {
initBoxPlotTransactionsAvgDurationChart,
Expand All @@ -14,9 +11,6 @@ import {
} from "./metric_config.js";
import { createWorldmap, updateWorldmap } from "./worldmap";

// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured

import { Socket } from "phoenix";
import { LiveSocket } from "phoenix_live_view";
import { html as diff2html } from "diff2html";
Expand Down
8 changes: 0 additions & 8 deletions assets/webpack.config.js

This file was deleted.

0 comments on commit 9ea8920

Please sign in to comment.