Skip to content

Commit

Permalink
squash! Remove asset comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 6, 2021
1 parent be50f16 commit 5180df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wmr/src/plugins/npm-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export function npmPlugin({ cwd, autoInstall, production }) {

await Promise.all(
result.output.map(async chunkOrAsset => {
// FIXME: assets
if (chunkOrAsset.type === 'chunk') {
const { isEntry, fileName, code, map } = chunkOrAsset;
if (isEntry) {
Expand Down

0 comments on commit 5180df1

Please sign in to comment.