Skip to content

Commit

Permalink
Typescript setup, Set-Cookie issues fix, CMS relative links (storefro…
Browse files Browse the repository at this point in the history
…nt-foundation#6)

* typescript: init

* remove create-indexes

* typescript: AppData, MenuItem

* typescript: Session, Cart interfaces

* Added setCookie helper.

* setCookie issues fix (1)

* PWASTR-84: CMS blocks - make links relative

* setCookie issues fix (2): allow setting multiple cookies

Co-authored-by: Mark Brocato <[email protected]>
  • Loading branch information
Egor Mesyats and markbrocato authored Jun 23, 2020
1 parent 22564ee commit 64c06c5
Show file tree
Hide file tree
Showing 24 changed files with 589 additions and 436 deletions.
18 changes: 18 additions & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
"presets": [
"@babel/env",
"@babel/preset-typescript"
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
],
[
"babel-plugin-transform-imports"
],
"@babel/plugin-proposal-class-properties"
]
}
Loading

0 comments on commit 64c06c5

Please sign in to comment.