Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jan 15, 2018
1 parent e46f049 commit 26f2366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = function core(defaultLibraryName) {
let modulePathTpl;
let styleRoot;
let mixin = false;
let ext = options.ext || '.css';
const ext = options.ext || '.css';

if (root) {
_root = `/${root}`;
Expand Down

0 comments on commit 26f2366

Please sign in to comment.