Open zorridge opened 8 months ago
Thanks for flagging - that's very weird. 0.85.0 added a feature to read in a .parcelrc
file, but I don't think it reads any other files :-?...
See diff: https://github.com/PlasmoHQ/plasmo/compare/v0.84.2...v0.85.0
Weird tho, since you're already at the parcel compiling stage, meaning all the pre-compilation is already done..
Actually, there's this diff: https://github.com/PlasmoHQ/plasmo/compare/v0.84.1...v0.85.0#diff-8adc41bbae120a1daef333e2af6ef7c0fa5d20dd3c9baa06dfb28392905b5658R24-R36
Are you using the data-*
scheme? And are you pointing at some directory instead of a file?
Thanks for the quick answer! You are right, the issue seems to be a line where I am doing import styleText from 'data-text:~features/widget/stylesheets'
for a folder structure like such:
Changed it to import styleText from 'data-text:~features/widget/stylesheets/index.scss'
and it's working
What happened?
I am upgrading from
0.84.1
to0.85.0
and ran into anEISDIR: illegal operation on a directory, read
error when attempting to start the dev server. The project works with no errors on0.84.1
.Here is my
package.json
file:Version
Latest
What OS are you seeing the problem on?
Windows, Linux
What browsers are you seeing the problem on?
No response
Relevant log output
(OPTIONAL) Contribution
Code of Conduct