回答編集履歴
1
変更点をより詳しく記入
answer
CHANGED
@@ -1,5 +1,12 @@
|
|
1
|
-
回答いただいた通り
|
1
|
+
回答いただいた通り```app/assets/stylesheets/application.css```の以下の2行を削除を実行。
|
2
|
+
|
2
3
|
```
|
4
|
+
*= ./bootstrap_import
|
5
|
+
*= require bootstrap/dist/css/bootstrap.min.css
|
6
|
+
```
|
7
|
+
|
8
|
+
実行後、下記のエラーが新たに発生
|
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):
|
5
12
|
remote: ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js):
|