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
set explicity entry point
master
Jonathan Cobb
4 years ago
parent
638ded1a9f
commit
cc1aad52fb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
webpack.config.js
+ 1
- 0
webpack.config.js
View File
@@ -10,6 +10,7 @@ module.exports = (env) => ({
resolve: {
extensions: ['.js', '.vue'],
},
entry: './src/index.js',
module: {
rules: [
{
Write
Preview
Loading…
Cancel
Save