Skip to content

Consider creating .map files. #152

@baseplate-admin

Description

@baseplate-admin

Hi,

Thanks for this awesome extension. I was wondering if it was possible to add .map files for the minified bundle?

It is as simple as adding source : true in

output: {
format: 'umd',
name: 'easytimer',
file: `dist/easytimer${optimize ? '.min' : ''}.js`,
exports: 'named'
},

https://stackoverflow.com/a/63235210

Reasons :

image

I have this kind of code even though i have sourcemap enabled for my svelte project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions