Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
game-stydy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
谌继荃
game-stydy
Commits
1dac70e7
Commit
1dac70e7
authored
Nov 04, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
4b118340
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+2
-1
webpack.config.js
webpack.config.js
+0
-1
No files found.
package.json
View file @
1dac70e7
{
"scripts"
:
{
"start"
:
"webpack serve --open"
"start"
:
"webpack serve --open"
,
"build"
:
"webpack"
},
"devDependencies"
:
{
"
ts-loader
"
:
"
^9.2.6
"
,
...
...
webpack.config.js
View file @
1dac70e7
...
...
@@ -18,6 +18,5 @@ module.exports = {
},
output
:
{
filename
:
'bundle.js'
,
// path: path.resolve(__dirname, 'dist'),
},
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment