webpack package compilation error
Closed this issue · 1 comments
ShangChien commented
I git clone this project:
run npm install
, it fine
then, run npm run serve
I can preview the molecule ,but it with error of webpack:
ERROR in main
Module not found: Error: Can't resolve './pkg/dist-src/index.js' in 'C:\Users\...\rdkit-structure-renderer'
ShangChien commented
sorry,I'm new to front-end programming and just learning vite, not very familiar with webpack
need do npm run build
between npm install
and npm run serve