Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
npm run build しながら、
UglifyJs Unexpected token: operator (>) から vendor.97ddeaba56b47c113f33.bundle.js でこのエラー ERROR を取得しました
sweetalert.jsファイルがビルドを壊していると思います。
sweetalert.js
アセットにファイルを追加sweetalert.jsし、そのリンクを提供できますindex.html
index.html
sweetalert.jsまたは、ファイルのCDNリンクを使用できます index.html
このような :<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>