@siddharatha/adapter-node-rolldown 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -19,7 +19,6 @@ const files = fileURLToPath(new URL('./files', import.meta.url).href);
|
|
|
19
19
|
* @param {AdapterOptions} options
|
|
20
20
|
*/
|
|
21
21
|
export default function (options = {}) {
|
|
22
|
-
console.log('Using @siddharatha/adapter-node-rolldown v1.0.6 at 15 jan 11:58');
|
|
23
22
|
const {
|
|
24
23
|
out = 'build',
|
|
25
24
|
precompress = true,
|