Skip to content
Snippets Groups Projects
Commit 2458b099 authored by David Trattnig's avatar David Trattnig
Browse files

Production filenames for build.

parent 1a4ef0bb
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ export default {
sourcemap: true,
format: 'iife',
name: 'app',
file: 'public/build/bundle.js'
file: 'public/build/aura-clock-bundle.js'
},
plugins: [
svelte({
......@@ -21,7 +21,7 @@ export default {
// we'll extract any component CSS out into
// a separate file - better for performance
css: css => {
css.write('public/build/bundle.css');
css.write('public/build/aura-clock-bundle.css');
}
}),
......
......@@ -12,7 +12,7 @@ export default {
sourcemap: true,
format: 'iife',
name: 'app',
file: 'public/build/bundle.js'
file: 'public/build/aura-player-bundle.js'
},
plugins: [
svelte({
......@@ -21,7 +21,7 @@ export default {
// we'll extract any component CSS out into
// a separate file — better for performance
css: css => {
css.write('public/build/bundle.css');
css.write('public/build/aura-player-bundle.css');
}
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment