mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
update
This commit is contained in:
4091
docs/app.js
4091
docs/app.js
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>Webpack App</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
|
|
||||||
<body>
|
|
||||||
<script src="app.js"></script></body>
|
|
||||||
</html>
|
|
||||||
@@ -10,7 +10,7 @@ const config: Configuration = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.join(__dirname, 'docs'),
|
path: path.join(__dirname, 'dist'),
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.tsx', '.ts', '.js'],
|
extensions: ['.tsx', '.ts', '.js'],
|
||||||
|
|||||||
Reference in New Issue
Block a user