fix assets build

This commit is contained in:
João Geonizeli
2021-08-12 20:56:58 -03:00
parent d5aa3b548c
commit 8ed87f15cf
8 changed files with 23 additions and 23 deletions

View File

@@ -1,8 +1,3 @@
// This file is automatically compiled by Webpack, along with any other files
// present in this directory. You're encouraged to place your actual application logic in
// a relevant structure within app/javascript and only use these pack files to reference
// that code so it'll be compiled.
// import Rails from "@rails/ujs"
// import Turbolinks from "turbolinks"
// import * as ActiveStorage from "@rails/activestorage"
@@ -14,3 +9,4 @@
import "stylesheets/application";
import "regenerator-runtime";
import "src/index";

View File

@@ -1 +0,0 @@
import "../src/index";