Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

compilerOptions wont effect build/dont apply #282

Open
KevsRepos opened this issue Jan 11, 2022 · 0 comments
Open

compilerOptions wont effect build/dont apply #282

KevsRepos opened this issue Jan 11, 2022 · 0 comments

Comments

@KevsRepos
Copy link

It seems that compilerOptions have no effect at all for the compiler.

export default {
	input: 'src/main.js',
	output: {
		sourcemap: true,
		format: 'iife',
		name: 'app',
		file: 'public/build/bundle.js'
	},
	plugins: [
		svelte({
			compilerOptions: {
				// enable run-time checks when not in production
				dev: !production,
				customElement: true,
				css: false,
				enableSourcemap: {
					js: false,
					css: false
				}
			}
		}),

Not a single option is taken into account while the build process runs.

@KevsRepos KevsRepos changed the title compilerOptions wont affect build/dont apply compilerOptions wont effect build/dont apply Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant