Skip to content

Commit

Permalink
Merge pull request #8 from mobilusoss/patch/webpack_option
Browse files Browse the repository at this point in the history
Imporove webpack config
  • Loading branch information
Takeharu.Oshida authored Feb 6, 2020
2 parents 614aa2f + 23144ef commit fcee611
Show file tree
Hide file tree
Showing 5 changed files with 3,469 additions and 164 deletions.
4 changes: 2 additions & 2 deletions packages/textlint-browser-runner/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://unpkg.com/lodash@4.16.6"></script>
<script src="../dist/textlint.bundle.js"></script>
<script src="../dist/textlint.bundle.min.js"></script>
<title>textlint-browser-runner</title>
</head>
<body>
Expand Down Expand Up @@ -61,4 +61,4 @@ <h3>textlint-browser-runner</h3>
})
</script>
</body>
</html>
</html>
Loading

0 comments on commit fcee611

Please sign in to comment.