Rollup will infer the correct directory for external
resources.
<script>
import * as jquery from 'jquery';
- import '../node_modules/bootstrap/dist/css/bootstrap.css';
- import '../node_modules/bootstrap/dist/js/bootstrap.bundle.js';
+ import 'bootstrap/dist/css/bootstrap.css';
+ import 'bootstrap/dist/js/bootstrap.bundle.js';
import Header from './components/Header.svelte';
import Footer from './components/Footer.svelte';