Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Apr 16, 2022
1 parent 23b24ed commit 546d7fe
Show file tree
Hide file tree
Showing 11 changed files with 1,130 additions and 1,035 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
extension/dist
docs/dist
coverage
!.eslintrc.js
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
extension/dist
docs/dist
docs/index.html
coverage
docs
9 changes: 9 additions & 0 deletions build/webpack.configs.docs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
entry: `${__dirname}/../lib/index.js`,
output: {
filename: 'tex-to-unicode.js',
library: 'TexToUnicode',
path: `${__dirname}/../docs/dist`,
},
mode: 'none',
};
Loading

0 comments on commit 546d7fe

Please sign in to comment.