Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard-clock
Commits
26953990
Commit
26953990
authored
Mar 12, 2020
by
David Trattnig
Browse files
Production filenames for build.
parent
49cc4ddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
rollup.config.js
View file @
26953990
...
...
@@ -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
'
);
}
}),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment