Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Feb 18, 2019
1 parent a9a3a94 commit edbb036
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn.lock

# Compiled output
dist/*
!dist/insertCss*
!dist/StyleContext*
!dist/withStyles*

Expand Down
93 changes: 93 additions & 0 deletions dist/insertCss.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/insertCss.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "isomorphic-style-loader",
"version": "5.0.0",
"version": "5.0.1",
"description": "CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps",
"repository": "kriasoft/isomorphic-style-loader",
"author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",
Expand Down
5 changes: 5 additions & 0 deletions tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ const files = [
format: 'cjs',
external: ['react'],
},
{
input: 'dist/src/insertCss.js',
output: 'dist/insertCss.js',
format: 'cjs',
},
]

async function build() {
Expand Down

0 comments on commit edbb036

Please sign in to comment.