Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Apr 3, 2021
1 parent e409060 commit 69427c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import {CleanWebpackPlugin} from "clean-webpack-plugin"
import loadJsonFile from "load-json-file"
import path from "path"

import webpack from "webpack"
import pify from "pify"
import loadJsonFile from "load-json-file"
import {CleanWebpackPlugin} from "clean-webpack-plugin"
import webpack from "webpack"

const indexModule = (process.env.MAIN ? path.resolve(process.env.MAIN) : path.join(__dirname, "..", "src")) |> require
const {default: PublishimoWebpackPlugin} = indexModule
Expand Down

0 comments on commit 69427c9

Please sign in to comment.