?
Нужна помощь)
та у меня тоже ресерч)) с index.js были проблемы? Я застрял на ошибке: [vite]: Rollup failed to resolve import "index.js" from "src/index.html". This is most likely unintended because it can break your application at runtime. If you do want to externalize this module explicitly add it to build.rollupOptions.external error during build: Error: [vite]: Rollup failed to resolve import "index.js" from "src/index.html". This is most likely unintended because it can break your application at runtime. If you do want to externalize this module explicitly add it to build.rollupOptions.external заюзал в конфиге rollupOptions outDir: '../dest', rollupOptions: { input: './src/index.js', output: [ { file: '../dest/bundle.js', format: 'iife', sourcemap: true, } ], } и не взлетает
апка большая, переносить сложно все по частям
А если тупо создать проект и перенести все компоненты и т.д или так и делаешь?
так отож, так делать еще геморнее будет, проект оч большой
у нас вообще хтмл во входной точке нет, поэтому именно такой проблемы не было, но было множество других)
у меня тоже не было, в src index.ejs, но переименовал его на inde.html чтобы +- к стандартным шагам приблизиться
Обсуждают сегодня