AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
138 stars 84 forks source link

use rollup #520

Closed qiweiii closed 1 year ago

qiweiii commented 1 year ago

Got errors saying Module not found when trying to update polkadot.js app PR with latest version. Tried a few fix with swc setup, but did not make it work.

Then I checked a few packages with dual bundle, I tried to just follow vite-node’s solution: https://github.com/vitest-dev/vitest/blob/main/packages/vite-node/rollup.config.js, it seems all work fine

Tests

ermalkaleci commented 1 year ago

webpack thing { test: /\.m?js$/, resolve: { fullySpecified: false, // disable the behaviour }, },

qiweiii commented 1 year ago

don't need this for now