mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(webpack) add "use strict"
This commit is contained in:
parent
a7dec45c8e
commit
ad67c2958e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const {optimize} = webpack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue