mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
chore: Fix webpack warning.
This commit is contained in:
parent
5a4a91a179
commit
4792b54578
@ -14,7 +14,8 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { version } from '../../../package.json';
|
||||
import packageJson from '../../../package.json';
|
||||
const { version } = packageJson;
|
||||
|
||||
export default `
|
||||
lowdefy: ${version}
|
||||
|
Loading…
Reference in New Issue
Block a user