質問編集履歴
1
エラーメッセージの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -239,3 +239,23 @@
|
|
239
239
|
});
|
240
240
|
|
241
241
|
```
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
### 追記
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
`watch`や`build`をしようとすると、以下エラーメッセージが返ってきます。
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
```
|
254
|
+
|
255
|
+
ERROR in ./node_modules/swiper/swiper-bundle.css 13:0
|
256
|
+
|
257
|
+
Module parse failed: Unexpected character '@' (13:0)
|
258
|
+
|
259
|
+
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
260
|
+
|
261
|
+
```
|