Closed ghost closed 5 years ago
It seems that for this i need to transform the *.sql files received from the rollup-plugin-node-resolve. Is it possible? Moving plugin-node-resolve above plugin-string did not help
Self-closing https://github.com/rollup/rollup-pluginutils/issues/39
string({
include: /\.sql$/i,
}),
I have a package crmish in node_modules with such lines:
I import db.js file into another package. And rollup-plugin-string can't transform *.sql files to strings. How to fix it?
Error:
Rollup config: