mirror of
https://github.com/wassname/template.git
synced 2026-08-12 12:30:47 +08:00
checkpoint
This commit is contained in:
+3
-3
@@ -6,8 +6,8 @@ import serve from 'rollup-plugin-serve';
|
||||
import uglify from 'rollup-plugin-uglify';
|
||||
import string from 'rollup-plugin-string';
|
||||
|
||||
const PORT = 8080;
|
||||
console.log(`open http://localhost:${PORT}/`);
|
||||
// const PORT = 8080;
|
||||
// console.log(`open http://localhost:${PORT}/`);
|
||||
|
||||
export default {
|
||||
entry: 'index.js',
|
||||
@@ -34,6 +34,6 @@ export default {
|
||||
commonjs(),
|
||||
// uglify(),
|
||||
// liveReload(),
|
||||
serve({port: PORT}),
|
||||
// serve({port: PORT}),
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user