mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-13 17:45:10 +08:00
Changed paths to relative instead of absolute in webpack config
This commit is contained in:
+1
-1
@@ -11,6 +11,6 @@
|
||||
<div id="app">APPLICATION CONTENT</div>
|
||||
|
||||
<script>__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__</script>
|
||||
<script type="text/javascript" src="assets/app.js"></script>
|
||||
<script type="text/javascript" src="./assets/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user