-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08786c0
commit 4525b83
Showing
15 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import LISS from "@LISS" | ||
|
||
const template = | ||
LISS.template`Hello <em>World</em>`; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule WebpackFramework
updated
11 files
+7 −13 | index.js | |
+1 −0 | package.json | |
+2 −2 | src/copyAssets.js | |
+3 −3 | src/entries.js | |
+2 −2 | src/rules/CSS.js | |
+1 −1 | src/rules/HTML.js | |
+1 −1 | src/rules/Images.js | |
+3 −3 | src/rules/Markdown.js | |
+3 −3 | src/rules/Typescript.js | |
+5 −7 | src/rules/index.js | |
+10 −6 | src/skeleton.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import LISS from "@LISS" | ||
|
||
const template = | ||
LISS.template`Hello <em>World</em>`; | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const WF = require("./build/WebpackFramework"); | ||
import buildConfigs from "./build/WebpackFramework/index.js"; | ||
|
||
module.exports = WF.buildConfigs("./V3/", | ||
"./dist/${version}/V3/", | ||
{ "@LISS": "V3/" }); | ||
export default buildConfigs("./V3/", | ||
"./dist/${version}/V3/", | ||
{ "@LISS": "V3/" }); |