File tree Expand file tree Collapse file tree 7 files changed +4
-7
lines changed Expand file tree Collapse file tree 7 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class App extends React.Component {
203
203
204
204
return (
205
205
< div >
206
- < h1 > Test Arduino Create Plugin</ h1 >
206
+ < h1 > Arduino Create Plugin Client Demo </ h1 >
207
207
208
208
< div className = "section" >
209
209
< h2 > Plugin info</ h2 >
Original file line number Diff line number Diff line change 22
22
< meta charset ="UTF-8 ">
23
23
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
24
24
< meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
25
- < title > Test Arduino Create Plugin</ title >
25
+ < title > Arduino Create Plugin Client </ title >
26
26
< style >
27
27
body {
28
28
color : # 2c353a ;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 51
51
},
52
52
"scripts" : {
53
53
"test" : " " ,
54
- "dev" : " webpack-dev-server" ,
54
+ "dev" : " webpack-dev-server --https " ,
55
55
"lint" : " ./node_modules/.bin/eslint src" ,
56
56
"lint-fix" : " ./node_modules/.bin/eslint --fix src --ext .js" ,
57
57
"clean" : " rimraf lib dist es" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const path = require('path');
2
2
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
3
3
// const CleanWebpackPlugin = require('clean-webpack-plugin');
4
4
5
- const src = path . join ( __dirname , 'test ' ) ;
5
+ const src = path . join ( __dirname , 'demo ' ) ;
6
6
const dist = path . join ( __dirname , '.tmp' ) ;
7
7
8
8
module . exports = {
You can’t perform that action at this time.
0 commit comments