回答編集履歴
1
変更点をより詳しく記入
test
CHANGED
@@ -1,4 +1,11 @@
|
|
1
|
+
回答いただいた通り```app/assets/stylesheets/application.css```の以下の2行を削除を実行。
|
2
|
+
|
3
|
+
```
|
4
|
+
*= ./bootstrap_import
|
5
|
+
*= require bootstrap/dist/css/bootstrap.min.css
|
6
|
+
```
|
7
|
+
|
1
|
-
|
8
|
+
実行後、下記のエラーが新たに発生
|
2
9
|
```
|
3
10
|
ERROR in ./app/javascript/stylesheets/application.scss
|
4
11
|
remote: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
|