This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
whitespace
pull/1/head
Jonathan Cobb
5 years ago
parent
6f7ad0fbf5
commit
12a4f263b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
webpack.config.js
+ 1
- 1
webpack.config.js
View File
@@ -26,7 +26,7 @@ module.exports = {
template: './src/index.html'
}),
new CopyWebpackPlugin([
{ from:'src/public', to:'' }
{ from:
'src/public', to:
'' }
])
],
devServer: {
Write
Preview
Loading…
Cancel
Save