Skip to content

Commit

Permalink
Use safePackageName to name file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Apr 29, 2019
1 parent 7ba586b commit e0566a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createRollupConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function createRollupConfig(format, env, opts) {
// Establish Rollup output
output: {
// Set filenames of the consumer's package
file: `${paths.appDist}/${safeVariableName(
file: `${paths.appDist}/${safePackageName(
opts.name
)}.${format}.${env}.js`,
// Pass through the file format
Expand Down

0 comments on commit e0566a3

Please sign in to comment.